modified: .vscode/launch.json

This commit is contained in:
2025-12-01 16:07:57 +10:00
parent ead1032e98
commit b0d80410b9
+1 -1
View File
@@ -29,7 +29,7 @@
"name": "Unit Test Coverage", "name": "Unit Test Coverage",
"type": "node-terminal", "type": "node-terminal",
"request": "launch", "request": "launch",
"command": "npx vitest run --coverage", "command": "npm run test:coverage",
"cwd": "${workspaceFolder}" "cwd": "${workspaceFolder}"
} }
] ]