v4.0.3
📦 vitestView on GitHub →
🐛 4 fixes
Summary
Vitest v4.0.3 includes several bug fixes such as preserving reporter options, improving browser in-source testing stability, adding fetch support to happy-dom, and correcting JSX/TSX extensions in init.
🐛 Bug Fixes
- Preserve reporter options from config when CLI reporters override them.
- browser: More stable in-source testing validation.
- happy-dom: Support fetch globals.
- init: Use correct jsx/tsx extension.