Skip to content

Commit 96c53d3

Browse files
authored
feat(jest-config): add defineConfig and mergeConfig functions (#15844)
1 parent 7068712 commit 96c53d3

16 files changed

+850
-553
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## main
22

3-
## Fixes
3+
### Features
4+
5+
- `[jest-config]` Add `defineConfig` and `mergeConfig` helpers for type-safe Jest config ([#15844](https://github.com/jestjs/jest/pull/15844))
6+
7+
### Fixes
48

59
- `[jest-runtime]` Fix issue where user cannot utilize dynamic import despite specifying `--experimental-vm-modules` Node option ([#15842](https://github.com/jestjs/jest/pull/15842))
610

0 commit comments

Comments
 (0)