jest-regex-util
Advanced tools
Changelog
29.6.3
[expect, @jest/expect-utils]
ObjectContaining
support sumbol
as key (#14414)[expect]
Remove @types/node
from dependencies (#14385)[jest-core]
Use workers in watch mode by default to avoid crashes (#14059 & #14085).[jest-reporters]
Update istanbul-lib-instrument
dependency to v6. (#14401)[jest-mock]
Revert #13692 as it was a breaking change (#14429)[jest-mock]
Revert #13866 as it was a breaking change (#14429)[jest-mock]
Revert #13867 as it was a breaking change (#14429)[@jest/reporters]
Marks Reporter's hooks as optional (#14433)[jest-runtime]
Fix dynamic ESM import module bug when loaded module through jest.isolateModulesAsync
(#14397)[jest-changed-files, jest-circus, jest-console, @jest/core, @jest/runtime, @jest/transform]
Use invariant
and notEmpty
from jest-util
rather than own internal (#14366)Changelog
29.4.3
[expect]
Update toThrow()
to be able to use error cause
s (#13606)[jest-core]
allow to use workerIdleMemoryLimit
with only 1 worker or runInBand
option (#13846)[jest-message-util]
Add support for error cause
s (#13868 & #13912)[jest-runtime]
Revert import assertions
for JSON modules as it's been relegated to Stage 2 (#13911)[@jest/expect-utils]
subsetEquality
should consider also an object's inherited string keys (#13824)[jest-mock]
Clear mock state when jest.restoreAllMocks()
is called (#13867)[jest-mock]
Prevent mockImplementationOnce
and mockReturnValueOnce
bleeding into withImplementation
(#13888)[jest-mock]
Do not restore mocks when jest.resetAllMocks()
is called (#13866)Changelog
29.4.2
[@jest/core]
Instrument significant lifecycle events with performance.mark()
(#13859)[expect, @jest/expect]
Provide type of actual
as a generic argument to Matchers
to allow better-typed extensions (#13848)[jest-circus]
Added explicit mention of test failing because done()
is not being called in error message (#13847)[jest-runtime]
Handle CJS re-exports of node core modules from ESM (#13856)[jest-transform]
Downgrade write-file-atomic
to v4 (#13853)[jest-worker]
Ignore IPC messages not intended for Jest (#13543)