We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test:unit:client could run .svelte and .svelte.js/.svelte.ts files with jsdom and svelte testing library (which sets resolve: browser)
test:unit:client
.svelte
.svelte.js
.svelte.ts
resolve: browser
test:unit:server could run the remaining files without those
test:unit:server
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
vitest
kit
manuel3108
Successfully merging a pull request may close this issue.
test:unit:client
could run.svelte
and.svelte.js
/.svelte.ts
files with jsdom and svelte testing library (which setsresolve: browser
)test:unit:server
could run the remaining files without thoseThe text was updated successfully, but these errors were encountered: