Skip to content
Snippets Groups Projects

Step 2 - Setup `useFakeDate` by default in Jest

Merged Paul Slaughter requested to merge 236004-use-fake-date-everywhere into master
All threads resolved!
2 files
+ 4
2
Compare changes
  • Side-by-side
  • Inline
Files
2
// Frida Kahlo's birthday (6 = July)
// Date used in `spec/support/helpers/javascript_fixtures_helpers.rb`
export const DEFAULT_ARGS = [2020, 6, 6];
// Also Franz Kafka's Birthday (6 = July)
 
export const DEFAULT_ARGS = [2015, 6, 3, 10];
const RealDate = Date;
const RealDate = Date;
Loading