Skip to content

24.7.0

Compare
Choose a tag to compare
@SimenB SimenB released this 16 Aug 10:39
· 3041 commits to main since this release

Features

  • [@jest/core, @jest/test-sequencer] Move testSequencer to individual package @jest/test-sequencer (#8223)
  • [@jest/core, jest-cli, jest-config] Add option testSequencer allow user use custom sequencer. (#8223)

Fixes

  • [expect] Add negative equality tests for iterables (#8260)
  • [jest-haste-map] Resolve fs watcher EMFILE error (#8258)

Chore & Maintenance

  • [expect] Remove repetition of matcherName and options in matchers (#8224)

Performance