Environment
- Operating System: Linux
- Node Version: v23.5.0
- Nuxt Version: 4.1.3
- CLI Version: 3.29.0
- Nitro Version: 2.12.6
- Package Manager: [email protected]
- Builder: -
- User Config: devtools, app, compatibilityDate
- Runtime Modules: -
- Build Modules: -
Reproduction
https://github.com/OrbisK/test-utils-fork/tree/reproduction/vitest-v4
Describe the bug
all tests are failing with `Cannot read properties of undefined (reading 'idToModuleMap')
Additional context
- pnpm i
- pnpm dev:prepare
- cd examples/app-vitest-browser
- pnpm test
Logs
Error: Failed to import test file *****/test-utils/src/runtime/entry.ts
Caused by: TypeError: Cannot read properties of undefined (reading 'idToModuleMap')