Replies: 1 comment
-
Date mocking was changed recently #531. Use |
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
-
I tried to mock date inside test, but i got this errror:
VSCode error:
Property 'mockCurrentDate' does not exist on type 'VitestUtils'.ts(2339)
I followed official Vitest documentation, but nothing seems to resolve this error.
Beta Was this translation helpful? Give feedback.
All reactions