Skip to content

Commit 0fdba30

Browse files
committed
Update TestUtils.js
1 parent 1f2ba98 commit 0fdba30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TestUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export function destroyAllDataPermanently(fast) {
1414
if (app.databaseController) {
1515
return app.databaseController.deleteEverything(fast);
1616
} else {
17+
console.log('Could not delete: ', Object.keys(app));
1718
return Promise.resolve();
1819
}
1920
})

0 commit comments

Comments
 (0)