This commit is contained in:
Leifer Mendez
2022-11-10 22:59:08 +01:00
parent 228530a454
commit 1954a5a90a
13 changed files with 93 additions and 65 deletions

View File

@@ -4,6 +4,7 @@ class MockDatabase {
constructor() {}
save = (ctx) => {
console.log('Guardando DB...', ctx)
this.listHistory.push(ctx)
}
}