2023-11-16 03:26:37 -03:00

15 lines
359 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Debug Jest Tests",
"type": "node",
"request": "launch",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["--inspect-brk", "jest", "--", "--runInBand", "--watch", "--coverage"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}