-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Do not highlight matched asymmetricMatcher in diffs #9257
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
Merged
Merged
Changes from 7 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
586b17a
Do not diff attribute which match asymmetricMatcher.
WeiAnAn ec68d66
Use 'new' to copy RegExp. Fix calling method error after copied by Ob…
WeiAnAn 4f7c31a
Use jest-util deepCopy to copy record.
WeiAnAn e69b816
update snapshot
WeiAnAn 727d5e5
Merge branch 'master' into asymmetric_matcher_diff
WeiAnAn 2c88e99
update changelog
WeiAnAn 3885f56
remove line
WeiAnAn 7a04cb0
sort changelog
WeiAnAn 48ab232
sort path
WeiAnAn 69fbc5d
move replaceMatchedToAsymmetricMatcher to jest-matcher-utils
WeiAnAn 149783b
fix object attribute order
WeiAnAn 883f4cd
add `ignoreAsymmetricMatches` option
WeiAnAn a6632ed
update docs
WeiAnAn 4f5c1a9
update snapshot
WeiAnAn 29154cd
add e2e test
WeiAnAn e99e985
merge master
WeiAnAn 7aa6f27
update changelog
WeiAnAn b148c0f
ignore e2e test file
WeiAnAn fd6443e
lint
WeiAnAn ba5d7ec
update snapshot
WeiAnAn 34c18dc
fix jest-circus doesn't get ignoreAsymmetricMatches value
WeiAnAn e0a6288
only import deepCyclicCopy to avoid loading incompatible packages in …
WeiAnAn c5361b4
lint
WeiAnAn c90a4ed
prettier Configuration.md
WeiAnAn d7c9a55
add copyright headers
WeiAnAn b438d6d
update snapshot
WeiAnAn 65bd0cc
remove ignoreAsymmetricMatches option
WeiAnAn 61f2c9f
support copy built-in objects
WeiAnAn 4c0f959
add Class Replaceable to provide same api for object operation
WeiAnAn 03e00c3
use Replaceable for replacing to asymmetrict matcher
WeiAnAn 9a81ffc
lint
WeiAnAn 67c443e
update changelog
WeiAnAn 263f9a7
add braces
WeiAnAn d5863fa
change any type to unknow
WeiAnAn 8f5321a
import correctly
WeiAnAn 83ddb57
avoid browser read property of undefined
WeiAnAn 4d4b7ce
update changelog
WeiAnAn d9dd2c4
Check value before checking constructor.
WeiAnAn d4c2f5e
restore deepCyclicCopy
WeiAnAn 1db1b73
create deepCyclicCopyReplaceable
WeiAnAn 739d835
change to use deepCyclicCopyReplaceable for copy
WeiAnAn 3e200ce
undo no use change
WeiAnAn 829ef89
drop dependency
WeiAnAn 684b8ff
remove outdated changelog
WeiAnAn 0a26b71
add braces
WeiAnAn 0f441f4
undo outdated change
WeiAnAn c63cc72
Merge branch 'master' into asymmetric_matcher_diff
SimenB 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.