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