Jest v27.3.0 Release Notes

  • ๐Ÿ”‹ Features

    • โœ… [jest-config] Add testEnvironmentOptions.html to apply to jsdom input (#11950)
    • [jest-resolver] Support default export (.) in exports field if main is missing (#11919)

    ๐Ÿ›  Fixes

    • [expect] Tweak and improve types (#11949)
    • โœ… [jest-runtime] Ensure absolute paths can be resolved within test modules (#11943)
    • [jest-runtime] Fix instanceof for ModernFakeTimers and LegacyFakeTimers methods (#11946)