-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
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
Watch mode skips all tests in a clean SvelteKit project #171
Comments
Two more points: |
Couldn't find a related issue before, but found one now: #44 |
We are using vitest plugin 0.2.42, vitest 0.33.0, vite 4.4.3 and VSCode 1.80.0 on windows. |
I have the same issue on Windows 11. |
This should be fixed in pre-release 0.5.0 and higher. Note that the extension now requires Vitest 1.4.0 or higher. |
Describe the bug
The VSCode Vitest plugin fails to execute any unit tests when running in watch mode (for example in a clean SvelteKit project).
To Reproduce
Steps to reproduce the behavior:
npm create svelte@latest test-app
cd test-app
npm i
Expected behavior
Similar behavior to when I run the tests without watch mode, but instead affected tests should be re-run.
Environment
(Paste info.txt content generated by the example project)
Let me know if anyone is able to reproduce this behavior. Thanks in advance! :)
The text was updated successfully, but these errors were encountered: