Skip to content

Commit 855d79e

Browse files
committed
Update CHANGELOG
1 parent c764c16 commit 855d79e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG_V4+.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Changed
9+
- File extension of Jest & Webpack config files to `mjs`.
10+
- NPM `test` script:
11+
- Removed `jest --clearCache` at the beginning as the updated Jest & ts-jest
12+
settings execute the dynamic import lines with no issue.
13+
- Disabled Node experimental warning message by setting `NODE_NO_WARNINGS=1`.
14+
- Rolled back the value of `moduleResolution` in `tsconfig` to `Node` (means
15+
`.js` file extension on relative imports is now __OPTIONAL__).
16+
- Enhanced function `pathsToESModuleNameMapper` in `jest.config.js` to return a
17+
less clumsy mapping object.
818

919
## [v4.1.2] - 2022-08-15
1020
### Added

0 commit comments

Comments
 (0)