qnode-rest
Version:
Node.js RESTful API framework
25 lines (23 loc) • 632 B
JSON
{
"version": "0.2.0",
"configurations": [
{
"name": "test",
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/jasmine/bin/jasmine.js",
"stopOnEntry": false,
"cwd": "${workspaceRoot}",
"preLaunchTask": null,
"runtimeExecutable": null,
"args": [
"--config=${workspaceRoot}/spec/support/jasmine.json"
],
"runtimeArgs": [
"--nolazy"
],
"sourceMaps": false,
"outDir": null
}
]
}