| { | |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "name": "vscode-jest-tests", | |
| "request": "launch", | |
| "console": "integratedTerminal", | |
| "internalConsoleOptions": "neverOpen", | |
| "disableOptimisticBPs": true, | |
| "cwd": "${workspaceFolder}", | |
| "runtimeExecutable": "pnpm", | |
| "args": ["test", "--runInBand", "--watchAll=false"] | |
| } | |
| ] | |
| } | |