UNPKG

modulerizr

Version:

Integrate a powerful, component based architecture to your legacy project in just a few steps

37 lines 1.06 kB
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "test", "program": "${workspaceRoot}/node_modules/jasmine/bin/jasmine.js", /* "args": [ "spec\\todoSpec.js" ], */ "env": { "NODE_PATH": "." } }, { "type": "node", "request": "launch", "name": "npm run testrun", "runtimeExecutable": "npm", "runtimeArgs": [ "run-script", "testrun" ], "port": 9229, }, { "type": "node", "request": "launch", "name": "runtestproject", "program": "${workspaceFolder}/src/index.js" } ] }