Closed kettanaito closed 1 year ago
The cleanUrl
utility has been exported from MSW and requires a new release to be available in this package.
This has been released in v0.1.0!
Make sure to always update to the latest version (npm i @mswjs/source@latest
) to get the newest features and bug fixes.
Predictable release automation by @ossjs/release.
mapEntry
option and that it can skip archive entriestoResponse(response: Har.Response): ResponseComposition
utility that maps an archive response to the MSW response.request.url
to match the MSW internals (strip query parameters, hashes). Reuse a newly exportedcleanRequestUrl
utility frommsw
directly. (see https://github.com/mswjs/msw/pull/864)