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 ...