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 29fbb50 commit 69dbf56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ tslint.json
test/
*.test.*
.vscode
.gitattributes
.mocharc.json'
.gitattributes
13 changes: 1 addition & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"version": "0.1.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"
}
]
"configurations": []
}

0 comments on commit 69dbf56

Please sign in to comment.