J

Jest

J
Jest Dev Tools v30.4.2

v30.4.2

Fixes [jest-runtime] Fix named imports from CJS modules whose module.exports is a function with own-property exports (#16150) Full Changelog: v30.4.1...v30.4.2

J
Jest Dev Tools v30.4.1

v30.4.1

Features [jest-config, jest-core, jest-runner, jest-schemas, jest-types] Allow custom runner configuration options via tuple format ['runner-path', {options}] (#16141) Fixes [jest-runtime] Align CJS-from-ESM default export with Node: module.exports is always the ESM default, __esModule unwrapping is no longer applied (#16143) Full Changelog: v30.4.0...v30.4.1

J
Jest Dev Tools v30.4.0

v30.4.0

Big release! 😀 Main feature is a rewrite of our custom runtime in preparation for stabilisation of native support of ESM. As part of that work require(esm) module is now supported on Node 24.9+ (still requires --experimental-vm-modules like before). In addition we now support fake timers for the recently released Temporal API in Node v26. React 19 is also supported properly in pretty-format, meani…

J
Jest Dev Tools v30.3.0

v30.3.0

Features [jest-config] Add defineConfig and mergeConfig helpers for type-safe Jest config (#15844) [jest-fake-timers] Add setTimerTickMode to configure how timers advance [*] Reduce token usage when run through LLMs (3f17932) Fixes [jest-config] Keep CLI coverage output when using --json with --outputFile (#15918) [jest-mock] Use Symbol from test environment (#15858) [jest-reporters] Fix issue whe…

J
Jest Dev Tools v30.2.0

30.2.0

Chore & Maintenance [*] Update example repo for testing React Native projects (#15832) [*] Update jest-watch-typeahead to v3 (#15830) Features [jest-environment-jsdom-abstract] Add support for JSDOM v27 (#15834) Fixes [babel-jest] Export the TransformerConfig interface (#15820) [jest-config] Fix jest.config.ts with TS loader specified in docblock pragma (#15839)

J
Jest Dev Tools v30.1.3

30.1.3

Fixes Fix unstable_mockModule with node: prefixed core modules.

J
Jest Dev Tools v30.1.2

30.1.2

Fixes [jest-snapshot-utils] Correct snapshot header regexp to work with newline across OSes (#15803)

J
Jest Dev Tools v30.1.1

30.1.1

Fixes [jest-snapshot-utils] Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800)

J
Jest Dev Tools v30.1.0

30.1.0

Features [jest-leak-detector] Configurable GC aggressiveness regarding to V8 heap snapshot generation (#15793) [jest-runtime] Reduce redundant ReferenceError messages [jest-core] Include test modules that failed to load when --onlyFailures is active Fixes `[jest-snapshot-utils] Fix deprecated goo.gl snapshot guide link not getting replaced with fully canonical URL (#15787) [jest-circus] Fix it.con…