This project is just a simple todo list app created with React and Vite. This is intended to show the usage of Vitest within Visual Studio.
- Clone the repository
- Open the .sln file in Visual Studio
- Open
vitest.config.js
and change the path there for the path of your own Visual Studio installation - Build the project so
npm install
runs and the dependencies are installed - Open the Test Explorer to see the tests and start playing! :)