Change8

v4.1.6

📦 vitestView on GitHub →
🐛 2 fixes1 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

  1. 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.