1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-02-19 02:38:51 +00:00

Merge branch 'master' of https://github.com/BoostIO/Boostnote into migrate-to-jest

This commit is contained in:
ZeroX-DG
2020-04-17 21:49:38 +12:00
5 changed files with 130 additions and 34 deletions

View File

@@ -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()