How to test React apps with Vitest and Vite
In this blog post, I will walk you through setting up a new Vitest project inside a new Vite project. If you have an existing Vite project, that’s fine because the steps will be pretty much the same. Just skip Set up Vite and jump straight to Set up Vitest. Let’s jump into it! Set up Vite Let’s…