diff --git a/.vscode/launch.json b/.vscode/launch.json index a2094e4..e59820e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,6 +24,13 @@ "env": { "CHROME_PATH": "" } + }, + { + "name": "Unit Test Coverage", + "type": "node-terminal", + "request": "launch", + "command": "npx vitest run --coverage", + "cwd": "${workspaceFolder}" } ] }