-
-
Notifications
You must be signed in to change notification settings - Fork 9.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
Addon-storyshots: Upgrade to jest 26 #10642
Conversation
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 so much for taking care of this @Hypnosphi ❤️
@@ -186,16 +186,16 @@ | |||
"husky": "^4.0.10", | |||
"inquirer": "^7.0.0", | |||
"jest": "^25.5.2", |
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.
missed one 😀
"jest-emotion": "^10.0.17", | ||
"jest-environment-jsdom": "^25.5.0", | ||
"jest-environment-jsdom": "^26.0.0", | ||
"jest-environment-jsdom-thirteen": "^1.0.1", |
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.
you probably don't need this one, we ship with 16 now
Issue: #10631