forked from jestjs/jest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pretty-print asymmetric matchers (jestjs#2476)
* First attempt to fix this * Extract asymmetric-matchers from jasmine-utils * Remove <jasmine.*> adnotations * Remove obsolete snapshots * Add AsymmetricMatcher plugin for pretty-format * Refactor asymmetric-matchers * Use AsymmetricMatcher plugin in diffs * Remove unused prettyFormat from asymmetric-matcher * Check for object presence in AsymmetricMatcher * Update snapshots * Tests for asymmetric-matchers * Update snapshots with patch marks * Adjust printing of asymmetric matchers * Use class instances instead of regex to render values
- Loading branch information
Showing
10 changed files
with
595 additions
and
196 deletions.
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
Oops, something went wrong.