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
nicojs
changed the title
Vitest not with environment JSDOM not working on windows with lower-case drive letter
Vitest with environment JSDOM not working on windows with lower-case drive letter
Jul 15, 2023
Describe the bug
Vitest does not seem to work with a lower-case drive letter on windows when using
testEnvironment: "jsdom"
Reproduction
lower-case-letter.zip
Using windows:
npm i
vitest --run
-- this should workcd "c:\Users\nicoj\github\vitest-drive-letter"
vitest --run
-- see that it doesn't work.System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: