UNPKG

themummy

Version:

UNSTABLE. codecoverage married with integration testing. currently a work in progress

21 lines 447 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Launch via NPM", "runtimeExecutable": "npm", "runtimeArgs": [ "run-script", "debug" ], "args": [ "run", "coverage" ], "port": 9229 } ], "compounds": [] }