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 spin up a React project with fetch-mock-jest, and having some strange issues! Specifically I'm seeing that the imported object is undefined!
It's not wrong, either, I dropped into a debugger and it's all undefined 🤷♀️ I don't have any __mocks__ which could be doing this, it's a brand-new project I'm bootstrapping
I'm trying to spin up a React project with fetch-mock-jest, and having some strange issues! Specifically I'm seeing that the imported object is undefined!
Versions:
Basically all the errors are:
And an excerpt of the code is:
It's not wrong, either, I dropped into a debugger and it's all undefined 🤷♀️ I don't have any
__mocks__
which could be doing this, it's a brand-new project I'm bootstrappingFor further details:
The text was updated successfully, but these errors were encountered: