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