Jest v24.7.0 Release Notes

Release Date: 2019-04-03 // almost 5 years ago
  • ๐Ÿ”‹ 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