chore: Remove repetition of matcherName and options in matchers#8224
Merged
pedrottimark merged 3 commits intojestjs:masterfrom Apr 2, 2019
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8224 +/- ##
==========================================
+ Coverage 62.29% 62.38% +0.08%
==========================================
Files 265 265
Lines 10551 10576 +25
Branches 2563 2564 +1
==========================================
+ Hits 6573 6598 +25
Misses 3388 3388
Partials 590 590
Continue to review full report at Codecov.
|
thymikee
approved these changes
Mar 27, 2019
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Follow example of snapshot matchers in #8132
This pattern reduces chance of mistakes in remaining improvements to matchers
For example, when in this pull request I cut one of the existing literal objects for options in
toBeand forgot to replaceisNot: truewithisNot: this.isNotuntil it broke some e2e testsAlso:
diffStringwithdifferencebecause it isn’t always a stringnullwith''forsecondArgumentintoHavePropertyand removed 3 occurrencesas MatcherHintOptionsmatcherHintcall intoStrictEqualto call function only when test failsTest plan
Updated snapshots in
matchers.test.tsfornotin regular black instead of dim:.not.toHaveProperty.not.toMatchObjectThe matcher name in hint remains dim as clue that their reports are not yet improved.
Removed
'proxies matchers to expect'test according to #7970 (comment)packages/jest-jasmine2/src/__tests__/matchers.test.tspackages/jest-jasmine2/src/__tests__/__snapshots__/matchers.test.ts.snap