Closed sbaechler closed 2 months ago
Hi, @sbaechler. Thanks for shipping this backport fix!
I've tested it locally and all tests seem passing.
// pnpm test:browser
192 passed (4.1m)
I've tested this using our type tests at the time with TS versions 4.8 - 5.2, all type tests are passing as well. I think this should be good to go.
This has been released in v1.3.4!
Make sure to always update to the latest version (npm i msw@latest
) to get the newest features and bug fixes.
Predictable release automation by @ossjs/release.
This allows using request.passthrough() in a handler that also returns data.
Closes #2195
I was not able to run the test suite without errors even in the
backport/v1
branch. There were no type errors though.