Skip to content

Commit

Permalink
fix: make test suite exit early if beforeEach hook fails (closes jest…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfcosta committed Jul 7, 2019
1 parent 2b64bb4 commit 0b69ab0
Show file tree
Hide file tree
Showing 16 changed files with 803 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
- `[jest-snapshot]` Prevent inline snapshots from drifting when inline snapshots are updated ([#8492](https://github.com/facebook/jest/pull/8492))
- `[jest-haste-map]` Don't throw on missing mapper in Node crawler ([#8558](https://github.com/facebook/jest/pull/8558))
- `[jest-core]` Fix incorrect `passWithNoTests` warning ([#8595](https://github.com/facebook/jest/pull/8595))
- `[jest-jasmine2]` Make test suite exit early if a `beforeEach` hook fails ([#8654](https://github.com/facebook/jest/pull/8654))

### Chore & Maintenance

Expand Down
Loading

0 comments on commit 0b69ab0

Please sign in to comment.