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
Improve chai support (with detailed output, to match jest exceptions) (#8454)
* added fix to improve chai output
* fix linting issue
* update the change log
* fix changelog lint
* added extra check to see error is not undefined
* fixed the comments
* fix tsc issue
* fix the incorrect test case
* remove assert.(a,b) message if operator not set
* remove assert.(a,b) message if operator not set
* fix assert message
* fix linting
* removed unwanted empty string in final message
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
### Features
4
4
5
+
-`[jest-cli]` Improve chai support (with detailed output, to match jest exceptions) ([#8454](https://github.com/facebook/jest/pull/8454))
6
+
5
7
### Fixes
6
8
7
9
-`[babel-plugin-jest-hoist]` Expand list of whitelisted globals in global mocks ([#8429](https://github.com/facebook/jest/pull/8429)
0 commit comments