mirror of
https://github.com/getredash/redash.git
synced 2026-05-11 00:00:57 -04:00
* 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
6 lines
105 B
JavaScript
6 lines
105 B
JavaScript
import MockDate from 'mockdate';
|
|
|
|
const date = new Date('2000-01-01T02:00:00.000');
|
|
|
|
MockDate.set(date);
|