We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The enzyme test suite needs a polyfill for some standard JS objects (fetch, Request, Response, etc) in order to use the fetch-mock library.
fetch-mock
This is the doc that was used for Bos-23 to get them up to speed on their projects (see the bottom) https://gist.github.com/nwalberts/2e8d050d6037d0a1b549e9467bb077c9
The text was updated successfully, but these errors were encountered:
@nwalberts can you confirm these are still actionable? I'm thinking that even with the jest migration, we will need to enact these changes.
Thanks!
Sorry, something went wrong.
No branches or pull requests
The enzyme test suite needs a polyfill for some standard JS objects (fetch, Request, Response, etc) in order to use the
fetch-mock
library.This is the doc that was used for Bos-23 to get them up to speed on their projects (see the bottom)
https://gist.github.com/nwalberts/2e8d050d6037d0a1b549e9467bb077c9
The text was updated successfully, but these errors were encountered: