Jest v26.6.0 Release Notes

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

    • ๐Ÿ”ง [jest-cli, jest-config] Add support for the jest.config.ts configuration file (#10564)

    ๐Ÿ›  Fixes

    • [jest-config] Simplify transform RegExp (#10207)
    • ๐Ÿคก [jest-fake-timers] Lazily instantiate mock timers (#10551)
    • [jest-runtime] require.main is no longer undefined when using jest.resetModules (#10626)
    • [@jest/types] Add missing values for timers (#10632)

    ๐Ÿšง Chore & Maintenance

    • ๐Ÿ“„ [docs] Add step for fetching backers.json file in website setup docs (#10631)
    • ๐Ÿ“„ [docs] Add page detailing environment variables set by Jest (#10630)
    • ๐Ÿ”จ [jest-circus] Refactor callAsyncCircusFn parameters (#10629)