restore flow working!

This commit is contained in:
Leifer Mendez
2022-11-18 19:55:57 +01:00
parent e3664cc973
commit 6953c954a8
10 changed files with 101 additions and 27 deletions

View File

@@ -10,6 +10,7 @@ class MockFlow {
class MockDB {
listHistory = []
save = () => {}
getPrevByNumber = () => {}
}
test(`[CoreClass] Probando instanciamiento de clase`, async () => {