Change8

v3.2.3

📦 vitestView on GitHub →
2 features🐛 7 fixes🔧 5 symbols

Summary

Vitest v3.2.3 adds browser base‑url handling and UI test‑annotation display, and includes several bug fixes such as rerunning tests on setup changes and restoring the original `expect.any` return type.

✨ New Features

  • browser: Use base url instead of __vitest__
  • ui: Show test annotations and metadata in the test report tab

🐛 Bug Fixes

  • Rerun tests when project's setup file is changed
  • Revert `expect.any` return type
  • Run only the name plugin last, not all config plugins
  • pool: Throw if user's tests use `process.send()`
  • runner: Fast sequential task updates missing
  • runner: Comments between fixture destructures
  • vite-node: Unable to handle errors where sourcemap mapping empty

🔧 Affected Symbols

process.sendexpect.anypoolrunnervite-node