@jest/core
Advanced tools
Changelog
25.4.0
[expect]
Support async function
s in toThrow
(#9817)[jest-console]
Add code frame to console.error
and console.warn
(#9741)[jest-runtime, jest-jasmine2, jest-circus]
Experimental, limited ECMAScript Modules support (#9772 & #9842)[expect]
Restore support for passing functions to toHaveLength
matcher (#9796)[jest-changed-files]
--only-changed
should include staged files (#9799)[jest-circus]
Throw on nested test definitions (#9828)[jest-each]
each
will throw an error when called with too many arguments (#9818)[jest-runner]
Don't print warning to stdout when using --json
(#9843)Changelog
25.3.0
[babel-jest]
Support passing supportsDynamicImport
and supportsStaticESM
(#9766)[babel-preset-jest]
Enable all syntax plugins not enabled by default that works on current version of Node (#9774)[jest-circus]
Enable writing async test event handlers (#9397)[jest-runtime, @jest/transformer]
Support passing supportsDynamicImport
and supportsStaticESM
(#9597)Changelog
25.2.6
[*]
25.2.5 was published without changes from 25.2.4 - 25.2.6 includes all changes from that version.