v3.0.2
📦 vitestView on GitHub →
🐛 2 fixes🔧 1 symbols
Summary
Vitest v3.0.2 resolves two bugs: it stops awaiting empty timeouts after each test and corrects the TypeScript typings for expect().resolves/rejects chains.
🐛 Bug Fixes
- Fixed awaiting an empty timeout after every test, preventing unnecessary delays (commit ef1aa893).
- Fixed typings for expect().resolves/rejects chains in the expect API (commit fa415059).
🔧 Affected Symbols
expect