v4.1.6
📦 vitestView on GitHub →
🐛 2 fixes⚡ 1 deprecations🔧 1 symbols
Summary
This release focuses on bug fixes, particularly around browser testing and test sequencing, while also deprecating the legacy `sequential` test API.
Migration Steps
- Migrate away from using the deprecated `sequential` test API and options.
🐛 Bug Fixes
- Provided project reference in `ToMatchScreenshotResolvePath` for browser testing.
- Fixed interaction between global `sequence.concurrent: true` and top-level `test(..., { concurrent: false })`.
Affected Symbols
⚡ Deprecations
- The `sequential` test API and options are deprecated.