Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-09-12 | 1.4 kB | |
v29.7.0 source code.tar.gz | 2023-09-12 | 24.0 MB | |
v29.7.0 source code.zip | 2023-09-12 | 25.4 MB | |
Totals: 3 Items | 49.4 MB | 0 |
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