meeshkan / unmock-js

Fuzz test your REST API calls
https://unmock.io
93 stars 8 forks source link

Unmock always fails in React Native with ProgressEvent error #413

Closed jkotchoff closed 4 years ago

jkotchoff commented 4 years ago

When using unmock with axios in React Native, it always fails with the error: Can't find variable: ProgressEvent

This can be reproduced by updating the unmock example react native app with more recent node modules and then trying to use it with axios as per this example fork

jkotchoff commented 4 years ago

Closing - we are now mocking with axios-mock-adapter