Skip to content

Commit

Permalink
Make VSCode debugging work again
Browse files Browse the repository at this point in the history
For some reason removing two arguments to mocha made VSCode like the tests again
  • Loading branch information
DrRataplan committed Aug 13, 2019
1 parent c685a97 commit 963e7a5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"TS_NODE_PROJECT": "test/tsconfig.json"
},
"args": [
"--ui",
"tdd",
"--timeout",
"4000",
"--colors",
Expand Down Expand Up @@ -43,8 +41,6 @@
"TS_NODE_PROJECT": "test/tsconfig.json"
},
"args": [
"--ui",
"tdd",
"--timeout",
"4000",
"--colors",
Expand Down

0 comments on commit 963e7a5

Please sign in to comment.