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 see this every time I click Run(Vitest), am I doing something wrong? My vitest.setup.ts file exists in a different folder than the folder where the test lives, but there doesn't seem to be a config setting to change the setup file path.
FAIL module.test.tsx [ module.test.tsx ]
Error: Failed to load url <obfuscated-path-to-project>/src/mapping/obf/vitest.setup.ts (resolved id: <obfuscated-path-to-project>/src/mapping/obf/vitest.setup.ts). Does the file exist?
The text was updated successfully, but these errors were encountered:
I see this every time I click
Run(Vitest)
, am I doing something wrong? Myvitest.setup.ts
file exists in a different folder than the folder where the test lives, but there doesn't seem to be a config setting to change the setup file path.The text was updated successfully, but these errors were encountered: