Fix error in 'before each' hook
This commit is contained in:
@@ -10,6 +10,7 @@ mocha.setup({ timeout: 10000 });
|
||||
|
||||
window.Events = {
|
||||
getThemeSetting: () => 'light',
|
||||
addDarkOverlay: () => undefined,
|
||||
};
|
||||
|
||||
/* Delete the database before running any tests */
|
||||
|
Reference in New Issue
Block a user