Jest v26.6.1 Release Notes

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

    • ๐Ÿ‘ [jest-runtime] Support named exports from CommonJS as named ES Module imports (#10673)
    • ๐Ÿ‘ [jest-validate] Add support for recursiveDenylist option as an alternative to recursiveBlacklist (#10236)

    ๐Ÿ›  Fixes

    • [expect] Fix objectContaining to work recursively into sub-objects (#10508)
    • [jest-cli, jest-core, jest-config, jest-types] Fix --onlyFailures flag to work in non-watch mode (#10678)
    • [jest-config] Fix for the jest.config.ts compiler to not interfere with tsconfig.json files (#10675)
    • โšก๏ธ [jest-message-util] Update to work properly with Node 15 (#10660)
    • ๐Ÿคก [jest-mock] Allow to mock methods in getters (TypeScript 3.9 export) (#10156)