jest 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)