You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered this problem in the my monorepo project, I set type=module in package. json to solve my problem. I don't know if that's gonna solve your problem
Test result not found.
If you set `vitest.commandLine` please check:
Did you set `vitest.commandLine` to `run` mode? (This extension requires `watch` mode to get the results from Vitest api)
Does it have the ability to append extra arguments? (For example it should be `yarn test --` rather than `yarn test`)
Are there tests with the same name?
Can you run vitest successfully on this file? Does it need custom option to run?
Again, the debug tests works fine and also the command line vitest run are working.
Describe the bug
When I run ALL the tests using the vscode extension, I get this error
And the test just runs until I press stop.
The thing is that the debug play button works fine ...
To Reproduce
Here is my configuration :
vitest.config.js
Environment
The text was updated successfully, but these errors were encountered: