Closed jkotchoff closed 4 years ago
When using unmock with axios in React Native, it always fails with the error: Can't find variable: ProgressEvent
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
Closing - we are now mocking with axios-mock-adapter
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