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
Thanks @sheremet-va. I've noticed beta5 got released yesterday and tried it on this example. It seems to work now 🎉
However, I now notice another issue when implementing browser mode inside StrykerJS's mono repo. The browser opens and seems to redirect infinitely; see the animated gif below.
Describe the bug
Similar to #3363, vitest's browser mode doesn't work when run from a subdirectory.
For example, this directory tree:
And you cd into
test-resources/browser-project
and runnpx vitest
, you get this error (or similar):Reproduction
See this reproduction repo.
npm i
cd
into test-resources/browser-projectnpx vitest
browser-project.zip
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: