jest-cli v29.3.0 Release Notes

  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ [jest-runtime] Support WebAssembly (Wasm) imports in ESM modules (#13505)

    ๐Ÿ›  Fixes

    • [jest-config] Add config validation for projects option (#13565)
    • ๐Ÿคก [jest-mock] Treat cjs modules as objects so they can be mocked (#13513)
    • ๐Ÿ‘ท [jest-worker] Throw an error instead of hanging when jest workers terminate unexpectedly (#13566)

    ๐Ÿšง Chore & Maintenance

    • โšก๏ธ [@jest/transform] Update convert-source-map (#13509)
    • ๐Ÿ“„ [docs] Mention toStrictEqual in UsingMatchers docs. (#13560)