Skip to content

Commit

Permalink
chore: Remove repetition of matcherName and options in matchers (#8224)
Browse files Browse the repository at this point in the history
* chore: Remove repetition of matcherName and options in matchers

* Update CHANGELOG.md

* Remove unnecessary comment variable in toBe
  • Loading branch information
pedrottimark committed Apr 2, 2019
1 parent 9c5c449 commit b8378d3
Show file tree
Hide file tree
Showing 5 changed files with 153 additions and 156 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -52,6 +52,7 @@
- `[*]` Add `jest-watch-typeahead` as a devDependency ([#6449](https://github.com/facebook/jest/pull/6449))
- `[*]` upgrade TS to 3.4.0-dev\* for inceremental builds ([#8149](https://github.com/facebook/jest/pull/8149))
- `[docs]` Improve description of optional arguments in ExpectAPI.md ([#8126](https://github.com/facebook/jest/pull/8126)
- `[expect]` Remove repetition of matcherName and options in matchers ([#8224](https://github.com/facebook/jest/pull/8224)

### Performance

Expand Down

0 comments on commit b8378d3

Please sign in to comment.