-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
Fixes Jest localstorage bug #7160
Conversation
Deploy preview for gatsbyjs failed. Built with commit ae6f33b https://app.netlify.com/sites/gatsbyjs/deploys/5b6b3c51c9659233306cedee |
Deploy preview for using-postcss-sass failed. Built with commit 4c05d2c https://app.netlify.com/sites/using-postcss-sass/deploys/5b6c0b1282d3f1607f4564c2 |
Deploy preview for using-remark failed. Built with commit ae6f33b https://app.netlify.com/sites/using-remark/deploys/5b6b3c53c9659233306cee02 |
Deploy preview for using-drupal ready! Built with commit 4c05d2c |
Deploy preview for gatsbygram ready! Built with commit 4c05d2c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @LekoArts 🙏
* Fixes: jestjs/jest#6766 * Add todo to remove this once it's fixed in Jest
* Fixes: jestjs/jest#6766 * Add todo to remove this once it's fixed in Jest
If you run the tests with the latest jest version you run into this issue:
jestjs/jest#6766
This is the fix for it.