Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 19, 2024
1 parent 30e913f commit 9672d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/client/core/core.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe("theme-switcher", () => {
afterEach(cleanup);

beforeEach(() => {
noFOUCScript(STORAGE_KEY);
noFOUCScript(STORAGE_KEY, "none", "");
render(<Core />);
});

Expand Down

0 comments on commit 9672d50

Please sign in to comment.