Jest v23.4.0 Release Notes

  • ๐Ÿ”‹ Features

    • [jest-haste-map] Add computeDependencies flag to avoid opening files if not needed (#6667)
    • ๐Ÿ‘ [jest-runtime] Support require.resolve.paths (#6471)
    • ๐Ÿ‘ [jest-runtime] Support paths option for require.resolve (#6471)

    ๐Ÿ›  Fixes

    • [jest-runner] Force parallel runs for watch mode, to avoid TTY freeze (#6647)
    • ๐Ÿ–จ [jest-cli] properly reprint resolver errors in watch mode (#6407)
    • ๐Ÿ”ง [jest-cli] Write configuration to stdout when the option was explicitly passed to Jest (#6447)
    • [jest-cli] Fix regression on non-matching suites (6657)
    • [jest-runtime] Roll back micromatch version to prevent regression when matching files (#6661)