We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
^2.0.2
.msw.ts
rest
In MSW 2.0 they have added a breaking change for the mocking system, namely replacing rest keyword with http. https://mswjs.io/docs/migrations/1.x-to-2.x/. …
http
I expect that the new MSW 2.0 functionality be implemented, using the new http keyword and different responses. …
N/A. …
Operating System: MacOS Package Version: 6.19.1 Browser Version: N/A
The text was updated successfully, but these errors were encountered:
I assigned it to you @Will-Mann-16
Sorry, something went wrong.
Will-Mann-16
Successfully merging a pull request may close this issue.
What are the steps to reproduce this issue?
^2.0.2
.msw.ts
fail ts compilation due to build issues thatrest
isn't defined.What happens?
In MSW 2.0 they have added a breaking change for the mocking system, namely replacing
rest
keyword withhttp
.https://mswjs.io/docs/migrations/1.x-to-2.x/.
…
What were you expecting to happen?
I expect that the new MSW 2.0 functionality be implemented, using the new
http
keyword and different responses.…
Any logs, error output, etc?
N/A.
…
Any other comments?
N/A.
…
What versions are you using?
Operating System: MacOS
Package Version: 6.19.1
Browser Version: N/A
The text was updated successfully, but these errors were encountered: