Vitest Setup for Svelte Projects
Configure Vitest with the Svelte plugin and jsdom environment for component testing.
Vitest
Vitest is a fast, Vite-native test runner widely used in the Svelte ecosystem.
Install
Add Vitest and the Svelte plugin.
npm install -D vitest @vitest/coverage-v8 @testing-library/svelte @testing-library/jest-dom jsdomAll lessons in this course
- Vitest Setup for Svelte Projects
- @testing-library/svelte: render and fireEvent
- Testing Stores and Reactivity
- Mocking Modules and Fetch