-
**Is your feature request related to a problem? Please describe.**
I would find it incredibly useful to be able to intercept and mock responses for API calls. When some components rely on external da…
-
Need to wait for https://github.com/mswjs/msw-storybook-addon/issues/121 & https://github.com/mswjs/msw/issues/1644 (nextjs side https://github.com/vercel/next.js/discussions/56446)
https://mswjs…
-
Due to this [issue in ofetch package](https://github.com/unjs/ofetch/issues/295) `@artmizu/nuxt-prometheus` cannot detect network requests which take place through useFetch or $fetch, because they bot…
-
Hi,
The link in the `API > http` section of the Docs sidebar does not become active or highlighted when we are on the page in question.
This is something I've noticed while working on implementi…
-
v5 has been released:
https://github.com/salesforce/tough-cookie/releases/tag/v5.0.0
- Removed psl dependency, removing Node.js 22 deprecation warnings
- Rewritten in TypeScript, so no @types/t…
-
The following errors were reported by 5.8.0-dev.20241117, but not by 5.6.3
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
### Current behavior
For Angular Component Testing, I want to use MSW (Mock Service Worker), using msw request handlers instead of cy.intercept().
The tested component is not working as expected
##…
-
**Is your feature request related to a problem? Please describe.**
msw plugin does not allow to pass `RequestHandlerOptions` on generated mocks
**Describe the solution you'd like**
The mocks …
-
MSW doesn't support Node.js v18 yet so the tests are still running on Node.js v16. Bump the version in the CI once MSW adds Node.js v18 support.
Please refer to this issue:
https://github.com/mswj…
-
Issue: when VitePWA is activated, it conflicts with my MSWJS mock service worker and apparently removes Mock Service Worker from my application.
steps to reproduce:
Install React-App through vite …