{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Debug Current Test", "type": "node", "request": "launch", "runtimeArgs": [ "--inspect-brk", "${workspaceRoot}/node_modules/.bin/jest", "${fileBasename}", "--runInBand" ], "console": "integratedTerminal", "internalConsoleOptions": "neverOpen" } // { // "type": "node", // "request": "launch", // "name": "Launch Program", // "skipFiles": [ // "/**" // ], // "program": "${workspaceFolder}/backend/api/tests/unit/get-profiles.unit.test.ts", // "outFiles": [ // "${workspaceFolder}/**/*.js" // ] // } ] }