test pass ok

This commit is contained in:
Leifer Mendez
2022-11-23 21:00:25 +01:00
parent f6d70b4f7d
commit 1dd88d117d
2 changed files with 3 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ const { createBot, CoreClass } = require('../index')
class MockFlow {
find = () => {}
findBySerialize = () => {}
findIndexByRef = () => {}
}
class MockDB {

View File

@@ -40,6 +40,7 @@ test('Debere probar toSerialize', () => {
generateRefSerialize({
index: 0,
answer: ANSWER_A.answer,
keyword: ANSWER_A.keyword,
})
)
})