From b0d80410b9ab4073c680bc329fe24273333e2172 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Mon, 1 Dec 2025 16:07:57 +1000 Subject: [PATCH] modified: .vscode/launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" } ]