Skip to content

Commit 58c95c0

Browse files
committed
fix: make test suite exit early if beforeEach hook fails (closes #6527)
1 parent 2b64bb4 commit 58c95c0

16 files changed

+803
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- `[jest-snapshot]` Prevent inline snapshots from drifting when inline snapshots are updated ([#8492](https://github.com/facebook/jest/pull/8492))
2020
- `[jest-haste-map]` Don't throw on missing mapper in Node crawler ([#8558](https://github.com/facebook/jest/pull/8558))
2121
- `[jest-core]` Fix incorrect `passWithNoTests` warning ([#8595](https://github.com/facebook/jest/pull/8595))
22+
- `[jest-jasmine2]` Make test suite exit early if a beforeEach hook fails ([#8654](https://github.com/facebook/jest/pull/8654))
2223

2324
### Chore & Maintenance
2425

0 commit comments

Comments
 (0)