Skip to content

Commit

Permalink
Removing mocha settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Nov 9, 2024
1 parent d126bb9 commit af11349
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"version": "0.2.0",
"configurations": [

{
"type": "node",
"request": "launch",
"name": "Mocha all tests",
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
"args": ["${workspaceRoot}/lib/test/**/*.test.js"],
"cwd": "${workspaceRoot}",
"internalConsoleOptions": "openOnSessionStart"
}
]
}

0 comments on commit af11349

Please sign in to comment.