mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
ci: fix all tests on all browsers
This commit is contained in:
@@ -27,6 +27,7 @@ function initializeDatabase() {
|
||||
await db.init();
|
||||
|
||||
if (!isAppHydrated()) {
|
||||
if (process.env.REACT_APP_CI) return;
|
||||
try {
|
||||
loadDefaultNotes(db);
|
||||
} catch (e) {}
|
||||
|
||||
Reference in New Issue
Block a user