Changing/mocking dates #3104
Unanswered
simplenotezy
asked this question in
Q&A
Replies: 1 comment
-
There are no built-in mocks. Sinon is pretty good though and would let you mock dates. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In jest we have something like this:
How can we do something similar in ava to customize the date?
Beta Was this translation helpful? Give feedback.
All reactions