diff --git a/.vscode/launch.json b/.vscode/launch.json index e3e0be2..bca2593 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -58,12 +58,19 @@ "name": "Vue: Frontend Tests", "type": "node", "request": "launch", - "runtimeExecutable": "npx", + "runtimeExecutable": "npm", + "windows": { + "runtimeExecutable": "npm.cmd" + }, "runtimeArgs": [ - "vitest" + "run", + "test:unit" ], "cwd": "${workspaceFolder}/frontend/vue-app", - "console": "integratedTerminal" + "console": "integratedTerminal", + "env": { + "PATH": "/opt/homebrew/bin:${env:PATH}" + } } ], "compounds": [