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
It would be nice to have an autoimport in the jest config file like jest-localstorage-mock got it here.
Current config:
{setupFiles: ['./anySetup.js']}
Expected config:
{setupFiles: ['jest-fetch-mock']}
I didn't look into that any closer how to implement (maybe just a default export of a function), but I could go for a PR if that is a valid improvement.
The text was updated successfully, but these errors were encountered:
It would be nice to have an autoimport in the jest config file like
jest-localstorage-mock
got it here.Current config:
Expected config:
I didn't look into that any closer how to implement (maybe just a default export of a function), but I could go for a PR if that is a valid improvement.
The text was updated successfully, but these errors were encountered: