jest v24.7.0 Release Notes

Release Date: 2019-04-03 // about 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