VCode Debug Mocha


{
"version": "0.2.0",
"configurations": [

{
"name": "Run Mocha",
"request": "launch",
"type": "node",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"stopOnEntry": false,
"args": ["--opts", "${workspaceFolder}/mocha.opts"],
"cwd": "${workspaceFolder}",
"runtimeExecutable": null,
"env": { },

}
]
}

mocha.opts :

--timeout 60000
--exit
--recursive test
--debug-brk