Concept Flow - Vitest setup
Start project
Install Vitest
Configure vitest.config.ts
Write test files
Run tests with vitest
View test results
Fix code or tests if needed
Repeat testing cycle
This flow shows the steps to set up Vitest in a Svelte project, from installation to running tests and fixing code.