v3.1.1
📦 vitestView on GitHub →
🐛 2 fixes
Summary
Version 3.1.1 patches the reporter module by correcting test order in reports and eliminating duplicate output in verbose mode.
🐛 Bug Fixes
- reporter: Fixed test ordering in reports (see https://github.com/vitest-dev/vitest/commit/b166efa2).
- reporter: Fixed duplicate test output in verbose mode (see https://github.com/vitest-dev/vitest/commit/69ca425c).