You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
I'm trying to use fetch-mock-jest on a project I'm working on but as soon as I import it I get the error TypeError: Cannot read property 'bind' of undefined with the following stacktrace:
at jestify (node_modules/fetch-mock-jest/jestify.js:22:62)
at jestify (node_modules/fetch-mock-jest/jestify.js:114:33)
at Object.<anonymous> (node_modules/fetch-mock-jest/browser.js:4:18)
at config/jest.setup.ts:5:36
at Object.<anonymous> (config/jest.setup.ts:1:1)
Anyone that could help with this problem?
The text was updated successfully, but these errors were encountered:
I'm trying to use
fetch-mock-jest
on a project I'm working on but as soon as I import it I get the errorTypeError: Cannot read property 'bind' of undefined
with the following stacktrace:Anyone that could help with this problem?
The text was updated successfully, but these errors were encountered: