Alex Freire

Results 4 comments of Alex Freire

Hi @psyrenpark I'm using react-native 0.70.6 and it seems to be working!

Still having the same issue, It would be great to have an example talking about how to make it work for testing :)

Hi, I've found why my code was not working for testing, I've needed to add `global.FormData = class FormData {}` on `jest.setup.js`. [This line](https://github.com/pretenderjs/pretender/blob/65fbf0a608f2e4b4fd79657a77a41f52077074a9/src/pretender.ts#L31-L39) of Pretender throws because FormData in...