vitest list
broken in browser mode
#7065
Labels
feat: browser
Issues and PRs related to the browser runner
p3-minor-bug
An edge case that only affects very specific usage (priority)
Describe the bug
vitest list
cannot get the test cases in browser mode. It'll print following informations.Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-yc2pz6w7
The following procedures could also reproduce this issue.
mkdir
to create a new folder, andnpm init
.npx vitest init browser
to init the test with browser mode.package.json
to runvitest list
npm run test
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: