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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,27 @@
2
2
3
3
### Features
4
4
5
+
### Fixes
6
+
7
+
### Chore & Maintenance
8
+
9
+
### Performance
10
+
11
+
## 25.3.0
12
+
13
+
### Features
14
+
5
15
-`[babel-jest]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#9766](https://github.com/facebook/jest/pull/9766))
6
16
-`[babel-preset-jest]` Enable all syntax plugins not enabled by default that works on current version of Node ([#9774](https://github.com/facebook/jest/pull/9774))
7
17
-`[jest-circus]` Enable writing async test event handlers ([#9392](https://github.com/facebook/jest/pull/9392))
8
18
-`[jest-runtime, @jest/transformer]` Support passing `supportsDynamicImport` and `supportsStaticESM` ([#9597](https://github.com/facebook/jest/pull/9597))
9
19
10
-
### Fixes
11
-
12
20
### Chore & Maintenance
13
21
14
22
-`[*]` Replace `any`s with `unknown`s ([#9626](https://github.com/facebook/jest/pull/9626))
15
23
-`[@jest/transform]` Expose type `CacheKeyOptions` for `getCacheKey` ([#9762](https://github.com/facebook/jest/pull/9762))
16
24
-`[@jest/types]` Correct type `testRegex` for `ProjectConfig` ([#9780](https://github.com/facebook/jest/pull/9780))
0 commit comments