{ "version": "0.2.0", "configurations": [ { "name": "Debug Jest Tests", "type": "node", "request": "launch", "program": "${workspaceFolder}/node_modules/jest/bin/jest.js", "args": [ "--runInBand", "--no-cache", "--watch" ], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", } ] }