You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print stack trace on calls to process.exit (#6714)
* print stack trace on calls to process.exit
* link PR in changelog
* guard exit handler against missing global process
* moar guard
* remove unnecessary newline
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## master
2
2
3
+
### Features
4
+
5
+
-`[jest-runner]` print stack trace when `process.exit` is called from user code ([#6714](https://github.com/facebook/jest/pull/6714))
6
+
3
7
### Fixes
4
8
5
9
-`[jest-snapshot` Mark snapshots as obsolete when moved to an inline snapshot ([#6773](https://github.com/facebook/jest/pull/6773))
0 commit comments