Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 869 Bytes

File metadata and controls

35 lines (19 loc) · 869 Bytes

Changelog

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2026-05-07

Added

  • environment-jsdom package subpath for JSDOM / browser-style tests (for example React Testing Library).
  • Documentation for new environment @circleci/jest-circleci-coverage/environment-jsdom

Changed

  • Split Node and JSDOM test environment implementations; @circleci/jest-circleci-coverage/environment still resolves to the Node environment.

Fixed

[0.1.3] - 2026-02-17

Added

  • Documentation to exported symbols.

[0.1.2] - 2026-02-16

Added

  • Stdout logs when plugin is enabled.

[0.1.1] - 2026-02-16

Initial release of jest-circleci-coverage