We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfc164 commit d83bdc9Copy full SHA for d83bdc9
.vscode/launch.json
@@ -7,10 +7,12 @@
7
"request": "launch",
8
"cwd": "${workspaceRoot}",
9
"program": "${workspaceRoot}/node_modules/mocha/bin/_mocha",
10
+ "stopOnEntry": false,
11
"args": [
12
"./src/*-unit.js",
13
"--require", "babel-register", "testutils.js",
- "--reporter", "spec"
14
+ "--reporter", "spec",
15
+ "--no-timeouts"
16
],
17
"runtimeArgs": [
18
"--nolazy"
0 commit comments