We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e913f commit 9672d50Copy full SHA for 9672d50
lib/src/client/core/core.test.tsx
@@ -10,7 +10,7 @@ describe("theme-switcher", () => {
10
afterEach(cleanup);
11
12
beforeEach(() => {
13
- noFOUCScript(STORAGE_KEY);
+ noFOUCScript(STORAGE_KEY, "none", "");
14
render(<Core />);
15
});
16
0 commit comments