Skip to content

Commit 370ca23

Browse files
chore: fixed test
1 parent 736e2b3 commit 370ca23

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: 'undefined',
7+
themeMode: undefined,
88
themeVariables: {}
99
});
1010
});

0 commit comments

Comments
 (0)