ci: fix all tests on all browsers

This commit is contained in:
thecodrr
2021-05-31 00:59:49 +05:00
parent 6efb234d90
commit 22ae3583db
11 changed files with 96 additions and 78 deletions

View File

@@ -27,6 +27,7 @@ function initializeDatabase() {
await db.init();
if (!isAppHydrated()) {
if (process.env.REACT_APP_CI) return;
try {
loadDefaultNotes(db);
} catch (e) {}