-
-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
p3-minor-bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)
Description
Describe the bug
Maybe I didn't use the addon in the correct way? But simply put, the addon is not working at all. After installing it, I saw the testing tab, I saw the little error beside the test, but no matter where I click, the test is not running.
To Reproduce
- Git clone this repository:
https://github.com/zxch3n/vitest-ext-basic-example
- Run
node setup.mjs
. - Open it with VSCode.
- Click on the arrow beside the test to start testing. Nothing happens.
Expected behavior
It should start testing.
Environment
{
"System": {
"OS": "macOS 12.4"
},
"Binaries": {
"Node": {
"version": "18.2.0",
"path": "~/.nvm/versions/node/v18.2.0/bin/node"
},
"Yarn": {
"version": "1.22.18",
"path": "/usr/local/bin/yarn"
},
"npm": {
"version": "8.9.0",
"path": "~/.nvm/versions/node/v18.2.0/bin/npm"
}
},
"IDEs": {
"VSCode": {
"version": "1.67.2",
"path": "/usr/local/bin/code"
}
},
"npmPackages": {
"vite": {
"installed": "2.9.9",
"wanted": "^2.9.9"
},
"vitest": {
"installed": "0.12.10",
"wanted": "^0.12.6"
}
}
}
gustavohenke, sbdchd, zachequi, bliu13 and randompixel
Metadata
Metadata
Assignees
Labels
p3-minor-bugAn edge case that only affects very specific usage (priority)An edge case that only affects very specific usage (priority)