Skip to content

Standalone reproduction setup for issue found using MSW2 with Jest

License

Notifications You must be signed in to change notification settings

Boughris-Abdelmalek/msw-1965-bug

Repository files navigation

Error #1965 Reproduction for MSW

This repository serves as a reproduction for the error mswjs/msw#1965. The error log indicates the issue as "Package ./node is not exported from package Users/User/msw-1965-bug/node_modules/msw." The problem occurs specifically when running yarn build or yarn start, while yarn test works without any issues.

Reproduction Steps

To reproduce the error, follow these steps:

  1. Clone the repository: git clone "the repo"

  2. Change into the repository directory: cd <repo-directory>

  3. Install dependencies: yarn install

  4. Build the project: yarn build

  5. Start the application: yarn start

  6. Run tests: yarn test

About

Standalone reproduction setup for issue found using MSW2 with Jest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published