Skip to content

Commit 84fb85a

Browse files
committed
WIP
1 parent ce5e122 commit 84fb85a

File tree

2 files changed

+234
-171
lines changed

2 files changed

+234
-171
lines changed

.vscode/launch.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Debug Mocha tests",
5+
"type": "node",
6+
"request": "launch",
7+
"runtimeExecutable": "${workspaceFolder}/node_modules/.bin/_mocha",
8+
"outputCapture": "std",
9+
"skipFiles": [
10+
"<node_internals>/**/*.js"
11+
],
12+
}
13+
],
14+
}

0 commit comments

Comments
 (0)