Skip to content

Commit

Permalink
updated test mocha vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
jlguenego committed Apr 7, 2020
1 parent 59715fb commit bd1f65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"type": "node",
"request": "launch",
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
"args": ["-r", "ts-node/register", "${relativeFile}"],
"args": ["--no-config", "-r", "ts-node/register", "${relativeFile}"],
"cwd": "${workspaceRoot}",
"protocol": "inspector"
}
Expand Down

0 comments on commit bd1f65f

Please sign in to comment.