We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f8e28 commit a476b79Copy full SHA for a476b79
CHANGELOG.md
@@ -1,9 +1,15 @@
1
## main
2
3
+## 30.0.4
4
+
5
### Features
6
-- `[expect]` Have `Inverse` exportable ([#15714](https://github.com/jestjs/jest/pull/15714))
7
+- `[expect]` The `Inverse` type is now exported ([#15714](https://github.com/jestjs/jest/pull/15714))
8
- `[expect]` feat: support `async functions` in `toBe` ([#15704](https://github.com/jestjs/jest/pull/15704))
9
10
+### Fixes
11
12
+- `[jest]` jest --onlyFailures --listTests now correctly lists only failed tests (#15700)
13
- `[jest-snapshot]` Handle line endings in snapshots ([#15708](https://github.com/jestjs/jest/pull/15708))
14
15
## 30.0.3
0 commit comments