jest-cli v27.2.0 Release Notes

  • ๐Ÿ”‹ Features

    • ๐Ÿ“ฆ [jest-resolver, jest-runtime] Pass conditions to custom resolvers to enable them to implement support for package.json exports field (#11859)
    • [jest-runtime] Allow custom envs to specify exportConditions which is passed together with Jest's own conditions to custom resolvers (#11863)

    ๐Ÿ›  Fixes

    • [@jest/reporters] Use async transform if available to transform files with no coverage (#11852)
    • [jest-util] Return correct value from process.send stub (#11799)