Replies: 1 comment 2 replies
-
Hi! MSW works with both native fetch and third-party libraries like Axios in Node.js. Was there a particular issue you experience that forced you to migrate? Share it below, chances are I've seen it before and can help you. This is also a nice time to encourage you to migrate to msw@next that utilizes the Fetch API primitive as first class citizens in both browser and Node.js. Read more about it in #1464. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I couldn't get it to work, I had to migrate Node.js native
fetch
over toaxios
which feels like a waste.What are the steps to be able to use
fetch
during server-side execution please?Beta Was this translation helpful? Give feedback.
All reactions