Skip to content

Commit 03274c6

Browse files
committed
Fix Mocha tests in VSCode
1 parent 0a285fe commit 03274c6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.vscode/launch.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"--require",
1414
"ts-node/register",
1515
"-u",
16-
"tdd",
16+
"bdd",
1717
"--timeout",
1818
"999999",
1919
"--colors",
@@ -37,7 +37,6 @@
3737
"request": "attach",
3838
"name": "Attach to Process",
3939
"port": 5858
40-
},
41-
40+
}
4241
]
43-
}
42+
}

0 commit comments

Comments
 (0)