UNPKG

ptz-assert

Version:

ptz-assert is an assertion library for creating less verbose tests that wrappers npm assert

27 lines (26 loc) 796 B
{ // Use IntelliSense to learn about possible Node.js debug attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Launch via NPM", "type": "node", "request": "launch", "stopOnEntry": true, "program": "${workspaceRoot}/src/index.ts", "outFiles": [ "${workspaceRoot}/dist/**/*.js" ], "args": [], "cwd": "${workspaceRoot}", "runtimeExecutable": "npm", "runtimeArgs": [ "run-script", "debug" ], "port": 5858 } ] }