jest v27.5.1 Release Notes

  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ [jest-config] Support comments in JSON config file (#12316)
    • ๐Ÿ”Œ [pretty-format] Expose ConvertAnsi plugin (#12308)

    ๐Ÿ›  Fixes

    • [expect] Add type definitions for asymmetric closeTo matcher (#12304)
    • [jest-cli] Load binary via exported API (#12315)
    • ๐Ÿ‘• [jest-config] Replace jsonlint with parse-json (#12316)
    • [jest-repl] Make module importable (#12311 & #12315)

    ๐Ÿšง Chore & Maintenance

    • 0๏ธโƒฃ [*] Avoid anonymous default exports (#12313)