Back to Daily Feed 
Vitest v4.1.5 Released with Bug Fixes and Experimental Coverage Option
Originally published on Vitest Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Vitest v4.1.5 is a patch release focused on stability and minor improvements.
- It introduces an experimental feature for Istanbul coverage to support an instrumenter option.
- Numerous bug fixes are included, addressing issues like
--projectnegation, HTML reporter labels,vi.defineHelpercalls, and diff config options in soft assertions. - Other fixes improve static test discovery, provide better error messages for coverage reports, increase snapshot output length, and enhance JSX/TSX syntax highlighting in the UI.
- It also adds support for
MessagePortobjects inpostMessagedata within web workers.
Our Commentary
A typical patch release for Vitest, mostly squashing bugs. The experimental Istanbul instrumenter option is a nice addition for those pushing the boundaries of coverage, but the bulk of this release is about stability. It's good to see continuous refinement, especially for a critical tool like a test runner.
Share this article: