{ "configurations": [ { "type": "node-terminal", "name": "Test", "request": "launch", "command": "npm run test", "cwd": "${workspaceFolder}" }, ] }