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