diff --git a/.vscode/launch.json b/.vscode/launch.json index e59820e..175f3ee 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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}" } ]