UNPKG

iopa-test

Version:

iopa-test is a collection of test stubs/harnesses for testing IOPA middleware

22 lines 616 B
{ "version": "0.2.0", "configurations": [ { "name": "test spec.js", "type": "node", "request": "launch", "program": "${workspaceRoot}/node_modules/.bin/_mocha", "stopOnEntry": false, "args": ["--reporter", "spec", "test"], "cwd": "${workspaceRoot}", "preLaunchTask": null, "runtimeExecutable": null, "runtimeArgs": [ "--nolazy" ], "externalConsole": false, "sourceMaps": false, "outDir": null } ] }