Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aristofun/bugs-js-msw
Reproducing bugs repo
https://github.com/aristofun/bugs-js-msw
Last synced: 18 days ago
JSON representation
Reproducing bugs repo
- Host: GitHub
- URL: https://github.com/aristofun/bugs-js-msw
- Owner: aristofun
- Created: 2024-10-29T02:51:41.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-29T03:05:09.000Z (about 2 months ago)
- Last Synced: 2024-10-29T03:30:17.346Z (about 2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bug with MSW and axios + tough-cookie
COnfirmed on Node 20.17.0 on macOS 14 and 15
1. Download
2. `yarn && yarn start`
3. See how it fails only after turning on `msw` with bypassing unhandled requests
4. Either change msw version to `2.4.3` in `package.json` or comment out turning on msw
5. See no errors anymore