Jest v27.2.5 Release Notes

  • ๐Ÿ”‹ Features

    • [jest-config] Warn when multiple Jest configs are located (#11922)

    ๐Ÿ›  Fixes

    • [expect] Pass matcher context to asymmetric matchers (#11926 & #11930)
    • [expect] Improve TypeScript types (#11931)
    • [expect] Improve typings of toThrow() and toThrowError() matchers (#11929)
    • ๐Ÿ–จ [jest-cli] Improve --help printout by removing defunct --browser option (#11914)
    • [jest-haste-map] Use distinct cache paths for different values of computeDependencies (#11916)
    • ๐ŸŒฒ [@jest/reporters] Do not buffer console.logs when using verbose reporter (#11054)

    ๐Ÿšง Chore & Maintenance

    • 0๏ธโƒฃ [expect] Export default matchers (#11932)
    • ๐Ÿ”ง [@jest/types] Mark deprecated configuration options as @deprecated (#11913)

    ๐ŸŽ Performance