v3.1.3
📦 vitestView on GitHub →
🐛 8 fixes
Summary
Vitest v3.1.3 introduces a series of bug fixes, including proper import resolution with inline mode, fixture parsing improvements, removal of obsolete event-catcher code, mock resets on retries, ignored writeToCache failures, corrected browser CLI inheritance, updated non‑major dependencies, and enhanced reporter merge output.
🐛 Bug Fixes
- Correctly resolve vitest import when `inline: true` is set.
- Fix fixture parsing with lowered async using esbuild 0.25.3.
- Remove event-catcher code.
- Reset mocks on test retry/repeat.
- Ignore failures on writeToCache.
- Browser: Correctly inherit CLI options.
- Deps: Update all non-major dependencies.
- Reporters: `--merge-reports` now shows each total run time.