Skip to content

Commit ad76582

Browse files
committed
tweak jest current file task (again)
1 parent 7bd84ad commit ad76582

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
{
55
"type": "node",
66
"request": "launch",
7-
"name": "Jest Current File", /* this can be run on test or source code */
7+
"name": "Jest Current File",
88
"program": "${workspaceFolder}/node_modules/.bin/jest",
99
"args": [
1010
"--testTimeout=100000",
11-
"--runTestsByPath",
1211
"--findRelatedTests",
1312
"${relativeFile}"
1413
],

0 commit comments

Comments
 (0)