-
Notifications
You must be signed in to change notification settings - Fork 47.6k
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
Update to Jest 22 #11956
Merged
Merged
Update to Jest 22 #11956
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
2ab6aeb
Bump deps to Jest 22
gaearon ac83604
Prevent jsdom from logging intentionally thrown errors
gaearon 91c30e2
Update snapshots
gaearon c8e8795
Mock out a method called by ReactART that now throws
gaearon fa5770f
Calling .click() no longer works, dispatch event instead
gaearon 6101acd
Fix incorrect SVG element creation in test
gaearon 7956d72
Render SVG elements inside <svg> to avoid extra warnings
gaearon 5e739bc
Fix range input test to use numeric value
gaearon 9dc3a61
Fix creating SVG element in test
gaearon 6680473
Replace brittle test that relied on jsdom behavior
gaearon 7cd3cf8
Merge branch 'master' into jest-22
gaearon 1ba6a45
Add a workaround for the expected extra client-side warning
gaearon ed93325
Only warn once for mismatches caused by bad attribute casing
gaearon 14805c7
Add an expected warning per comment in the same test
gaearon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Nice!