Skip to content
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

Do not highlight matched asymmetricMatcher in diffs #9257

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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add e2e test
  • Loading branch information
WeiAnAn committed Dec 7, 2019
commit 29154cda886b9cd6c7f0ff94a1fb49ebb7f59076
Loading