You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fetch is not native in Node yet (I think they're working on it), but there is node-fetch.
It has a way smaller footprint than Axios and the extra stuff Axios provides is not required in the project from what I can tell. This change would also require pulling out the axios-mock-adapter package and replacing it with most likely jest-fetch-mock.
fetch
is not native in Node yet (I think they're working on it), but there is node-fetch.It has a way smaller footprint than Axios and the extra stuff Axios provides is not required in the project from what I can tell. This change would also require pulling out the
axios-mock-adapter
package and replacing it with most likely jest-fetch-mock.Documents and Links
The text was updated successfully, but these errors were encountered: