-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
no tests displayed with vitest 1.1.0 #206
Comments
I'm in a similar situation too. |
Hi @christophsturm, you may need to run |
that fixes it. now I just need to find out why it does not run in my monorepo. it would be really helpful if you updated all the sample projects to vitest 1.1.0 |
I just created a new monorepo, added a I installed this vscode extension and vscode's I added What is |
They refer to this file from the sample project you should use for reproductions |
Not working for me. Didn't get any message when the test fails, only the red icon. This is the output from setup
And here is the screenshot of a failing test |
I believe this is similar to #198 (comment) |
Yes. It is. Sorry for not finding #198 before commenting. |
Successful fixed by blow steps: clone blow github repo Under project root, run if 'C:\Users\xxxx\AppData\Local\Programs\Microsoft' is not recognized as an internal or external command' error occurred. Modify line 44 of setup.mjs to Downgrade to v0.2.42 Open/Reload this project in VS Code |
This issue will be resolved when #213 lands. |
Describe the bug
when i bump the vitest dependency to 1.1.0 in the example project i no longer see tests
To Reproduce
edit package.json to use latest releases of vite and vitest:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Environment
(Paste info.txt content generated by the example project)
The text was updated successfully, but these errors were encountered: