Fix Mocha debug config

This commit is contained in:
Yuya Ochiai 2019-03-12 23:45:52 +09:00
parent 4725bd9bf9
commit cd91b1d170

2
.vscode/launch.json vendored
View file

@ -47,7 +47,7 @@
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"args": [
"-r",
"babel-register",
"@babel/register",
"--recursive",
"--timeout",
"999999",