-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Describe the bug
So basically after updating to 0.34.0 from 0.33.0 I get the following error message (redacted):
Error: Failed to load url [REDACTED]/tests/unit/DarkModeSwitch.test.ts (resolved id: [REDACTED]/tests/unit/DarkModeSwitch.test.ts). Does the file exist?
Contrary to what the error message suggests, the file does exist.
I believe this is due to #3491 as it does work when using node instead of jsdom or happy-dom, suggesting the use of the web transform mode instead of ssr is what's causing this.
Note: 0.34.1 doesn't fix the issue.
Reproduction
Open the following StackBlitz and run npm run test
https://stackblitz.com/edit/sveltejs-kit-template-default-fwbgpv
System Info
System:
OS: Linux 5.0 undefined
CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
Binaries:
Node: 16.20.0 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 9.4.2 - /usr/local/bin/npm
pnpm: 8.6.10 - /usr/local/bin/pnpm
npmPackages:
vite: ^4.4.2 => 4.4.9
vitest: ^0.34.1 => 0.34.1Used Package Manager
npm
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels