v29.7.0
版本发布时间: 2023-09-12 14:46:30
jestjs/jest最新发布版本:v30.0.0-alpha.6(2024-08-08 15:46:22)
Features
-
[create-jest]
Addnpm init
/yarn create
initialiser for Jest projects (#14465) -
[jest-validate]
Allow deprecation warnings for unknown options (#14499)
Fixes
-
[jest-resolver]
Replace unmatched capture groups inmoduleNameMapper
with empty string instead ofundefined
(#14507) -
[jest-snapshot]
Allow for strings as well as template literals in inline snapshots (#14465) -
[@jest/test-sequencer]
Calculate test runtime ifperStats.duration
is missing (#14473)
Performance
-
[@jest/create-cache-key-function]
Cache access ofNODE_ENV
andBABEL_ENV
(#14455)
Chore & Maintenance
-
[jest-cli]
Move internal config initialisation logic to thecreate-jest
package (#14465)
New Contributors
- @bawjensen made their first contribution in https://github.com/jestjs/jest/pull/14465
- @malaviya-parth made their first contribution in https://github.com/jestjs/jest/pull/14467
- @niklasholm made their first contribution in https://github.com/jestjs/jest/pull/14507
Full Changelog: https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0