# Pastebin GLfvozZv launch: { "type": "node", "request": "launch", "name": "Mocha API Tests", "program": "${workspaceFolder}/node_modules/mocha/bin/_mocha", "args": [ "--timeout", "999999", "--colors", "${workspaceFolder}/test/src/api" ], "env": {"NODE_ENV":"test","SSR":true}, "internalConsoleOptions": "openOnSessionStart", "preLaunchTask": "build-api-with-sourcemaps" } task: { "label": "build-api-with-sourcemaps", "command": "${workspaceFolder}/node_modules/.bin/babel", "args": [ "src/api", "--out-dir", "lib", "--source-maps" ], "isBackground": false },