Skip to content

Commit ac2cfe5

Browse files
committed
Fix themeManager
1 parent 433ee9e commit ac2cfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/themeManager.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const originalDate = Date
1212
let context = {}
1313

1414
beforeAll(() => {
15-
const constantDate = new Date('2017-11-27T14:33:42Z')
15+
const constantDate = new Date('2017-11-27T14:33:42')
1616
global.Date = class extends Date {
1717
constructor() {
1818
super()

0 commit comments

Comments
 (0)