Fix error in 'before each' hook

This commit is contained in:
Scott Nonnenberg
2025-03-17 17:45:19 -07:00
parent a91f429236
commit 5e825e03ba

View File

@@ -10,6 +10,7 @@ mocha.setup({ timeout: 10000 });
window.Events = {
getThemeSetting: () => 'light',
addDarkOverlay: () => undefined,
};
/* Delete the database before running any tests */