Jest v26.5.3 Release Notes

Release Date: 2020-10-11 // over 3 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ [jest-runtime] add support for dynamic import() from CommonJS (#10620)

    ๐Ÿ›  Fixes

    • [jest-runner, jest-runtime] require.main should not be undefined with createRequire() (#10610)
    • [jest-runtime] add missing module.path property (#10615)
    • [jest-runtime] Add mainModule instance variable to runtime (#10621)
    • [jest-runtime] Evaluate Node core modules on dynamic import() (#10622)
    • [jest-validate] Show suggestion only when unrecognized cli param is longer than 1 character (#10604)
    • โœ… [jest-validate] Validate testURL as CLI option (#10595)