/vitetesters

trial and error project for vitest

Primary LanguageJavaScript

Vue 3 + Vite + Vitest

This project serves as a playpen for vitest testing and vitest coverage reports

The project uses API calls that do not exist, so the frontend won't work visually. That's okay since this is not the aim of this project.

Test

run tests with watch

npm run test

coverage

npm run test:coverage