v29.0.3
版本发布时间: 2022-09-10 22:43:59
jestjs/jest最新发布版本:v30.0.0-alpha.6(2024-08-08 15:46:22)
Features
-
[@jest/environment, jest-runtime]
Allow passing a generic type argument tojest.createMockFromModule<T>()
method (#13202) -
[expect]
ExposeExpectationResult
type (#13240) -
[jest-snapshot]
ExposeContext
type (#13240) -
[@jest/globals]
Addjest.Mock
type helper (#13235)
Fixes
-
[jest-core]
CaptureexecError
duringTestScheduler.scheduleTests
and dispatch to reporters (#13203) -
[jest-resolve]
Make sure to resolve module paths after looking atexports
(#13242) -
[jest-resolve]
Improve error on module not found deep in therequire
stack (#8704) -
[jest-snapshot]
Fix typings of snapshot matchers (#13240)
Chore & Maintenance
-
[*]
Fix inconsistent workspace prefixes (#13217) -
[jest-haste-map]
Expose a minimal public API to TypeScript (#13023)
New Contributors
- @iamWing made their first contribution in https://github.com/facebook/jest/pull/13191
- @shinxi made their first contribution in https://github.com/facebook/jest/pull/12930
- @bmish made their first contribution in https://github.com/facebook/jest/pull/13217
- @maschwenk made their first contribution in https://github.com/facebook/jest/pull/13226
Full Changelog: https://github.com/facebook/jest/compare/v29.0.2...v29.0.3