Back to Daily Feed 
Vitest v4.1.1 Released with Experimental Features & Bug Fixes
Originally published on Vitest Releases
View Original Article
Share this article:
Summary & Key Takeaways
- Vitest v4.1.1 has been released, bringing a mix of new experimental features and bug fixes.
- New experimental features include
matchesTagsfor filtering tests andexperimental.vcsProvider. - The update also addresses various bugs, including issues with fixture detection,
vi.mocked(), coverage reports, andvi.advanceTimers.
Our Commentary
A v4.1.1 release for Vitest is always welcome, especially when it includes both new experimental features and a solid list of bug fixes. It's good to see continued iteration on the testing experience, with additions like matchesTags potentially offering more granular control over test execution. The bug fixes, particularly around mocking and coverage, suggest a maturing codebase, which is crucial for a testing framework. We appreciate the steady progress and the team's commitment to refining the developer experience. It's these incremental improvements that collectively make a big difference in daily development workflows.
Share this article: