Skip to content
Prev Previous commit
Next Next commit
Changelog
  • Loading branch information
peterdanis committed Mar 1, 2018
commit 277f310687bfe8c1b70d4646ff02c650fd660936
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
errors to `it`/ `test` for invalid arguements.
* `[jest-matcher-utils]` Add `isNot` option to `matcherHint` function
([#5512](https://github.com/facebook/jest/pull/5512))
* `[expect]` Make toThrow matcher pass only if Error object is returned from
promises ([#5670](https://github.com/facebook/jest/pull/5670))

### Fixes

Expand All @@ -20,6 +22,8 @@
([#5692](https://github.com/facebook/jest/pull/5692))
* `[jest-cli]` Fix update snapshot issue when using watchAll
([#5696](https://github.com/facebook/jest/pull/5696))
* `[expect]` Fix rejects.not matcher
([#5670](https://github.com/facebook/jest/pull/5670))

## 22.4.2

Expand Down