sveltejs / cli

The Svelte CLI
MIT License
258 stars 11 forks source link

testing of client and server code with vitest #270

Open benmccann opened 2 weeks ago

benmccann commented 2 weeks ago

test:unit:client could run .svelte and .svelte.js/.svelte.ts files with jsdom and svelte testing library (which sets resolve: browser)

test:unit:server could run the remaining files without those

benmccann commented 2 weeks ago

Feedback from the vitest team was to use their workspaces feature for this: https://github.com/dominikg/vitest-example-svelte5/blob/main/vitest.workspace.ts