Skip to content

Commit 500c059

Browse files
committed
wip
1 parent 8d0f032 commit 500c059

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.vscode/launch.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"type": "node",
66
"request": "launch",
7-
"name": "Jest - run related tests for current file",
7+
"name": "Jest - run only related tests for current file",
88
"program": "${workspaceFolder}/node_modules/.bin/jest",
99
"args": [
1010
"--testTimeout=100000",
@@ -43,8 +43,14 @@
4343
"inputs": [
4444
{
4545
"id": "additionalJestArgs",
46-
"type": "promptString",
47-
"description": "Add additional Jest arguments (e.g., --watch, --runInBand, --coverage, --updateSnapshot)",
46+
"type": "pickString",
47+
"description": "Select additional Jest arguments (optional)",
48+
"options": [
49+
"--runInBand",
50+
"--watch",
51+
"--coverage",
52+
"--updateSnapshot",
53+
],
4854
"default": ""
4955
}
5056
]

0 commit comments

Comments
 (0)