drapisarda / serenegrove

Webapp that allows the user to easily create a custom guided meditation routine.
https://serenegrove.vercel.app
1 stars 0 forks source link

Vitest integration #2

Closed drapisarda closed 7 months ago

drapisarda commented 9 months ago

This PR is about the integration of unit tests into the project. It involves multiple files. I'll try to comment as much as I can in this PR code

To install

npm i --legacy-peer-deps the dependencies seem to be broken. I'll fix it ASAP. Any input is welcome

To run the tests

npm run test

To check the coverage

npm run coverage