modified: .vscode/launch.json
This commit is contained in:
Vendored
+1
-1
@@ -29,7 +29,7 @@
|
||||
"name": "Unit Test Coverage",
|
||||
"type": "node-terminal",
|
||||
"request": "launch",
|
||||
"command": "npx vitest run --coverage",
|
||||
"command": "npm run test:coverage",
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user