Skip to content

Commit

Permalink
707: Removed ability to launch debugger for current Jest test file si…
Browse files Browse the repository at this point in the history
…nce we now use Jest Runner to do that
  • Loading branch information
tombogle committed Feb 28, 2024
1 parent ab13997 commit d0103c0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,18 +84,6 @@
"runtimeExecutable": "npm",
"skipFiles": ["<node_internals>/**"],
"type": "node"
},
{
"type": "node",
"request": "launch",
"name": "Jest: current file",
//"env": { "NODE_ENV": "test" },
"program": "${workspaceFolder}/node_modules/.bin/jest",
"args": ["${fileBasenameNoExtension}"],
"console": "integratedTerminal",
"windows": {
"program": "${workspaceFolder}/node_modules/jest/bin/jest"
}
}
],
"compounds": [
Expand Down

0 comments on commit d0103c0

Please sign in to comment.