Skip to content

Commit

Permalink
Updated mocha vscode launch config
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoste-bell committed Jan 3, 2024
1 parent f8a337d commit dc5e7d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ts-closure-transform/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
"name": "Mocha Tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": [
"-u",
"tdd",
"--timeout",
"999999",
"--colors",
"${workspaceFolder}/test",
"--compilers",
"ts:ts-node/register"
],
"internalConsoleOptions": "openOnSessionStart"
},
Expand Down

0 comments on commit dc5e7d1

Please sign in to comment.