mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Fix themeManager
This commit is contained in:
@@ -12,7 +12,7 @@ const originalDate = Date
|
||||
let context = {}
|
||||
|
||||
beforeAll(() => {
|
||||
const constantDate = new Date('2017-11-27T14:33:42Z')
|
||||
const constantDate = new Date('2017-11-27T14:33:42')
|
||||
global.Date = class extends Date {
|
||||
constructor() {
|
||||
super()
|
||||
|
||||
Reference in New Issue
Block a user