v28.1.0
版本发布时间: 2022-05-06 18:50:35
jestjs/jest最新发布版本:v30.0.0-alpha.6(2024-08-08 15:46:22)
Features
-
[jest-circus]
Addfailing
test modifier that inverts the behaviour of tests (#12610) -
[jest-environment-node, jest-environment-jsdom]
Allow specifyingcustomExportConditions
(#12774)
Fixes
-
[expect]
Adjust typings oflastCalledWith
,nthCalledWith
,toBeCalledWith
matchers to allow a case there a mock was called with no arguments (#12807) -
[@jest/expect-utils]
Fix deep equality of ImmutableJS Lists (#12763) -
[jest-core]
Do not collectSIGNREQUEST
as open handles (#12789)
Chore & Maintenance
-
[docs]
Specified documentation about--filter
CLI docs (#12799) -
[@jest-reporters]
Move helper functions fromutils.ts
into separate files (#12782) -
[jest-resolve]
Replaceprocess.versions.pnp
type declaration with@types/pnpapi
devDependency (#12783)
New Contributors
- @romellem made their first contribution in https://github.com/facebook/jest/pull/12763
- @cristianrgreco made their first contribution in https://github.com/facebook/jest/pull/12789
- @rethab made their first contribution in https://github.com/facebook/jest/pull/12791
- @gramsco made their first contribution in https://github.com/facebook/jest/pull/12799
- @michalwarda made their first contribution in https://github.com/facebook/jest/pull/12610
- @mikemaccana made their first contribution in https://github.com/facebook/jest/pull/12809
Full Changelog: https://github.com/facebook/jest/compare/v28.0.3...v28.1.0