We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8204e1 commit 8d0f032Copy full SHA for 8d0f032
.vscode/launch.json
@@ -4,7 +4,7 @@
4
{
5
"type": "node",
6
"request": "launch",
7
- "name": "Jest: current file",
+ "name": "Jest - run related tests for current file",
8
"program": "${workspaceFolder}/node_modules/.bin/jest",
9
"args": [
10
"--testTimeout=100000",
@@ -18,7 +18,7 @@
18
},
19
20
21
- "name": "Jest: run for current package",
+ "name": "Jest - run _all_ tests for package of the current file",
22
23
24
@@ -31,7 +31,7 @@
31
"cwd": "${fileDirname}"
32
33
34
- "name": "ts-node: execute current .ts file",
+ "name": "ts-node - execute current .ts file/script",
35
36
37
"args": ["${relativeFile}"],
0 commit comments