Prerequisites
Environment check
Node.js version
v20.10.0
Reproduction repository
https://github.com/am-ma/msw2.4.0-examples-for-issue/tree/main/examples/with-vitest
Reproduction steps
- Upgrade nsw to v2.4.0
- Run tests <- error occurred
Current behavior
All tests fail.
FAIL example-jsdom.test.ts [ example-jsdom.test.ts ]
FAIL example.test.ts [ example.test.ts ]
Error: Cannot find package 'graphql' imported from {userDir}/msw2.4.0-examples-for-issue/examples/with-vitest/node_modules/msw/lib/core/utils/internal/parseGraphQLRequest.mjs
Expected behavior
Tests succeed without error.
Prerequisites
Environment check
mswversionNode.js version
v20.10.0
Reproduction repository
https://github.com/am-ma/msw2.4.0-examples-for-issue/tree/main/examples/with-vitest
Reproduction steps
Current behavior
All tests fail.
FAIL example-jsdom.test.ts [ example-jsdom.test.ts ] FAIL example.test.ts [ example.test.ts ] Error: Cannot find package 'graphql' imported from {userDir}/msw2.4.0-examples-for-issue/examples/with-vitest/node_modules/msw/lib/core/utils/internal/parseGraphQLRequest.mjsExpected behavior
Tests succeed without error.