We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd84ad commit ad76582Copy full SHA for ad76582
.vscode/launch.json
@@ -4,11 +4,10 @@
4
{
5
"type": "node",
6
"request": "launch",
7
- "name": "Jest Current File", /* this can be run on test or source code */
+ "name": "Jest Current File",
8
"program": "${workspaceFolder}/node_modules/.bin/jest",
9
"args": [
10
"--testTimeout=100000",
11
- "--runTestsByPath",
12
"--findRelatedTests",
13
"${relativeFile}"
14
],
0 commit comments