Skip to content

Commit

Permalink
expect: Improve report when matcher fails, part 17 (#8349)
Browse files Browse the repository at this point in the history
* expect: Improve report when matcher fails, part 17

* Clean up minor mistakes in code

* Update CHANGELOG.md

* Fix prettier lint error

* Update packages/expect/src/__tests__/__snapshots__/matchers.test.js.snap

Yes, thank you for improving grammar

Co-Authored-By: pedrottimark <pedrottimark@gmail.com>

* Edit message in code to match improved snapshot
  • Loading branch information
pedrottimark committed Apr 21, 2019
1 parent 72c920e commit cd11240
Show file tree
Hide file tree
Showing 5 changed files with 394 additions and 465 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,7 @@
- `[expect]` Improve report when matcher fails, part 16 ([#8306](https://github.com/facebook/jest/pull/8306))
- `[jest-runner]` Pass docblock pragmas to TestEnvironment constructor ([#8320](https://github.com/facebook/jest/pull/8320))
- `[docs]` Add DynamoDB guide ([#8319](https://github.com/facebook/jest/pull/8319))
- `[expect]` Improve report when matcher fails, part 17 ([#8349](https://github.com/facebook/jest/pull/8349))

### Fixes

Expand Down

0 comments on commit cd11240

Please sign in to comment.