Skip to content

Commit f1f651b

Browse files
fix failing test
1 parent 9473928 commit f1f651b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/themes.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createTheme } from './themes';
22

33
test('createTheme creates a theme', () => {
4-
const baseTheme = { timelinex: { backgroundColor: '#fff' } };
4+
const baseTheme = { timeline: { backgroundColor: '#fff' } };
55
const newTheme = createTheme(baseTheme, {
66
timelineTrack: { backgroundColor: '#000' },
77
});

0 commit comments

Comments
 (0)