Jest v25.3.0 Release Notes

Release Date: 2020-04-08 // about 4 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ‘ [babel-jest] Support passing supportsDynamicImport and supportsStaticESM (#9766)
    • 0๏ธโƒฃ [babel-preset-jest] Enable all syntax plugins not enabled by default that works on current version of Node (#9774)
    • โœ… [jest-circus] Enable writing async test event handlers (#9397)
    • ๐Ÿ‘ [jest-runtime, @jest/transformer] Support passing supportsDynamicImport and supportsStaticESM (#9597)

    ๐Ÿšง Chore & Maintenance

    • [*] Replace anys with unknowns (#9626)
    • [@jest/transform] Expose type CacheKeyOptions for getCacheKey (#9762)
    • โœ… [@jest/types] Correct type testRegex for ProjectConfig (#9780)