mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
* Prettier all the JS files * Add GitHub Action to autoformat code pushed to master * Fix eslint violation due to formatting. * Remove GitHub actions for styling * Add restyled.io config
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);
|