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
If I remove the ROOT folder the tests are only executed once.
To Reproduce
See setup above. Create a (npm) monorepo with vscode workspaces setup while including the ROOT folder as well.
Use the VSCode extension to run in test in a submodule.
Expected behavior
Shouldn't run the tests two times.
Screenshots
n/a
Environment
OS: macOS
VSCode version: 1.82.2
Vitest version: 0.34.4
Vitest plugin version: v0.2.42
Additional notes
As a side effect it seems to produce #47 sporadically.
The text was updated successfully, but these errors were encountered:
Describe the bug
Using VSCodes
xxx.code-workspace
file and setting the ROOT folder up as well, leads to vitest running the tests twice.With this
.code-workspace
it runs the tests twice as shown above:If I remove the ROOT folder the tests are only executed once.
To Reproduce
See setup above. Create a (npm) monorepo with vscode workspaces setup while including the ROOT folder as well.
Use the VSCode extension to run in test in a submodule.
Expected behavior
Shouldn't run the tests two times.
Screenshots
n/a
Environment
Additional notes
As a side effect it seems to produce #47 sporadically.
The text was updated successfully, but these errors were encountered: