Skip to content

Files

browser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 7, 2025
Mar 28, 2025
Nov 13, 2024
Aug 7, 2024
Mar 26, 2025
Oct 2, 2024
Nov 25, 2024
Mar 26, 2025
Mar 26, 2025
Mar 31, 2025
Jun 3, 2024
Mar 26, 2025
Feb 13, 2025
Jul 19, 2022
Jan 22, 2025

@vitest/browser

Browser runner for Vitest.

⚠️ This package is experimental. While this package will be released along with other packages, it will not follow SemVer for breaking changes until we mark it as ready.

Development Setup

At project root:

cd test/browser
# runs relevant tests for the browser mode
# useful to confirm everything works fine
pnpm test
# runs tests as the browser mode
# useful during development
pnpm test-fixtures