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 5917b37 commit 01bdf4aCopy full SHA for 01bdf4a
.vscode/launch.json
@@ -2,14 +2,10 @@
2
"version": "0.2.0",
3
"configurations": [
4
{
5
- "type": "node",
6
- "request": "launch",
7
- "name": "Launch node via yarn & 'start' command",
8
- "cwd": "${workspaceFolder}",
9
- "runtimeExecutable": "node",
10
- "runtimeArgs": [
11
- "test"
12
- ]
+ "name": "Launch tests via NPM",
+ "type": "node-terminal",
+ "command": "npm test",
+ "request": "launch"
13
}
14
]
15
0 commit comments