UNPKG

qnode-rest

Version:
25 lines (23 loc) 632 B
{ "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 } ] }