Skip to content

Commit 736e2b3

Browse files
chore: fixed test
1 parent 4f7f3f6 commit 736e2b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/__tests__/controllers/ThemeController.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ThemeController } from '../../index';
44
describe('ThemeController', () => {
55
it('should have valid default state', () => {
66
expect(ThemeController.state).toEqual({
7-
themeMode: 'dark',
7+
themeMode: 'undefined',
88
themeVariables: {}
99
});
1010
});

0 commit comments

Comments
 (0)