Step 2 - Setup `useFakeDate` by default in Jest
All threads resolved!
All threads resolved!
Compare changes
- Paul Slaughter authored
- This is now faked by default
@@ -651,15 +651,41 @@ Non-determinism is the breeding ground for flaky and brittle specs. Such specs e
@@ -651,15 +651,41 @@ Non-determinism is the breeding ground for flaky and brittle specs. Such specs e
Consider using `useFakeDate` to ensure a consistent value is returned with every `new Date()` or `Date.now()`.