18 lines
315 B
JSON
18 lines
315 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Meteor: Test",
|
|
"type": "node",
|
|
"request": "launch",
|
|
"cwd": "${workspaceFolder}/app",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": [
|
|
"run-script",
|
|
"test"
|
|
],
|
|
"outputCapture": "std",
|
|
}
|
|
]
|
|
}
|