Benjamin Reid

Results 4 comments of Benjamin Reid

Have you seen in the `README` it states the build tools version must be higher than what you have? > Important: You'll need to install Android build tools 27.0.3

The only way I can seem to get it to work is inside the tests directly. ```js import fetch from "jest-fetch-mock"; beforeAll(() => { global.fetch = fetch; }); ``` Using...

On Mac (Version 0.11.5 (20240427.171108)), I hit the same issue. Nothing seemingly notable about said hunk.

I would have but I had to resolve the issue and move on. If I see it again, I’ll take the time to record it as I appreciate its impossible...