Files
redash/client/app/__tests__/mocks.js
Ran Byron 90a0a7d39b Scheduler tests (jest/enzyme) (#3269)
* Setup enzyme and initial ScheduleDialog test

* Added tests for each schedule setting

* Added refreshOptions tests

* Added count out-of-range tests

* Added modal confirm/cancel tests

* Fixed tests failing due to server timezone difference

* Rebased to master
2019-01-13 15:26:44 +02:00

6 lines
105 B
JavaScript

import MockDate from 'mockdate';
const date = new Date('2000-01-01T02:00:00.000');
MockDate.set(date);