v3.1.0
Minor Changes
-
bf269ea: Support jest 30, and widen the supported jest range to 29 and 30.
run()used to readtestPathPattern, a string on jest'sGlobalConfig. Jest 30
replaced it withtestPathPatterns, so on jest 30 a filtered run was never marked
filtered. Both shapes are now accepted — the string, the array, and jest 30's
TestPathPatternsobject — so the flag is set on every jest line this package supports.The config parameter is no longer
Picked out of@jest/types; it is an exported
ProgressReporterConfigtype.@jest/typesis consequently no longer a dependency, and
@jest/test-resultandjest-watchermove from^27to^29 || ^30.The tarball also now ships the
ts/sources alongside the compiledcjs/output. The
compiled output itself is emitted by tsdown instead oftsc; the paths, the CommonJS
format and theexports.default/__esModuleinterop shape are unchanged.