Fix Mocha debug config
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@@ -47,7 +47,7 @@
|
|||||||
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
|
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
|
||||||
"args": [
|
"args": [
|
||||||
"-r",
|
"-r",
|
||||||
"babel-register",
|
"@babel/register",
|
||||||
"--recursive",
|
"--recursive",
|
||||||
"--timeout",
|
"--timeout",
|
||||||
"999999",
|
"999999",
|
||||||
|
Reference in New Issue
Block a user