Migrating from Jest to Vitest
I recently migrated from create-react-app (CRA) to ViteJS, and as part of that, I switched my test runner from Jest to Vitest.
In this article, I go through all the steps I took as part of the migration, in the hope that it might help others who are ...
cathalmacdonnacha.com4 min read
Vincent Peres
I plan to migrate soon. Any thought about the interactive CLI that CRA is providing the run tests (filter, watch etc.)? Is there something similar with vitest or an external plugin? Thanks!