modified: .vscode/launch.json
This commit is contained in:
Vendored
+1
-1
@@ -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}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user