Skip to content

Commit ae07875

Browse files
committed
feat(config): add defineConfig and mergeConfig functions
1 parent 7068712 commit ae07875

15 files changed

+849
-550
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)