Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode committed Apr 26, 2022
1 parent ce5e122 commit 84fb85a
Show file tree
Hide file tree
Showing 2 changed files with 234 additions and 171 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"configurations": [
{
"name": "Debug Mocha tests",
"type": "node",
"request": "launch",
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/_mocha",
"outputCapture": "std",
"skipFiles": [
"<node_internals>/**/*.js"
],
}
],
}

0 comments on commit 84fb85a

Please sign in to comment.