11 lines
242 B
JSON
11 lines
242 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node-terminal",
|
||
|
"name": "Run Script: test",
|
||
|
"request": "launch",
|
||
|
"command": "npm run test",
|
||
|
"cwd": "${workspaceFolder}"
|
||
|
}
|
||
|
]
|
||
|
}
|