perf(adapter): 🐛 database json and lot tests

This commit is contained in:
Leifer Mendez
2023-02-10 20:57:31 +01:00
parent 856165e7a5
commit 8609c30c89
16 changed files with 119 additions and 61 deletions

View File

@@ -76,7 +76,7 @@ suiteCase(`Debe retornar un mensaje resumen`, async ({ database, provider }) =>
body: '100',
})
await delay(500)
await delay(1000)
const getHistory = database.listHistory.map((i) => i.answer)
assert.is(MOCK_VALUES[0], getHistory[0])
assert.is('¿Cual es tu nombre?', getHistory[1])