Closed andrewhamon closed 1 year ago
@andrewhamon Ah yes, just realized this too. Good news is there is an issue open to start using vitest instead of jest for the generated templates https://github.com/blitz-js/blitz/issues/3835
This should fix these issues.
A PR has been open https://github.com/blitz-js/blitz/pull/3985
Just waiting for the documentation to be updated before we merge and release
Thanks for the update on this!
Just curious if there's any recommended approach to fix up a project that was created when these were broken besides cherry-picking in the appropriate fixes for my app. Thanks in advance!
What is the problem?
With a newly generated blitz app, tests are failing.
Paste all your error logs here:
yarn run jest
Paste all relevant code snippets here:
There is no relevent code snippet
What are detailed steps to reproduce this?
npx blitz new my-test-app
use default for all choicescd my-test-app
yarn jest
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response