jest-cli v22.4.1 Release Notes

  • ๐Ÿ›  Fixes

    • [jest-haste-map] Parallelize Watchman calls in crawler (#5640)
    • โšก๏ธ [jest-editor-support] Update TypeScript definitions (#5625)
    • ๐Ÿšš [babel-jest] Remove retainLines argument to babel. (#5594)

    ๐Ÿ”‹ Features

    • โœ… [jest-runtime] Provide require.main property set to module with test suite (#5618)

    ๐Ÿšง Chore & Maintenance

    • ๐Ÿ“„ [docs] Add note about Node version support (#5622)
    • โšก๏ธ [docs] Update to use yarn (#5624)
    • ๐Ÿคก [docs] Add how to mock scoped modules to Manual Mocks doc (#5638)