jefflau / jest-fetch-mock

Jest mock for fetch
MIT License
881 stars 116 forks source link

fetch hangs with latest version of jest 27.0.4 #204

Closed timt closed 2 years ago

timt commented 3 years ago
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",

Specifying in jest.config.js: global.fetch = require('jest-fetch-mock');

Call to fetch(...) hang and never return, e.g. no invocation of .then or .catch happening.

yinzara commented 3 years ago

I think you're configuration isn't correct. Can you please reread the library setup instructions in the README?