Skip to content

Files

browser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 23, 2024
Jan 16, 2025
Nov 13, 2024
Aug 7, 2024
Jan 5, 2025
Oct 2, 2024
Nov 25, 2024
Jan 8, 2025
Dec 1, 2024
Jan 16, 2025
Jun 3, 2024
Oct 25, 2024
Jun 16, 2024
Jul 19, 2022
Aug 9, 2024

@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