Skip to content

Commit 8f42c1a

Browse files
committed
add mochaExplorer config
1 parent fabd2bc commit 8f42c1a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/settings.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"debug.javascript.terminalOptions": {
3+
"skipFiles": ["node_modules/**", "dist/**"]
4+
},
5+
"mochaExplorer.logpanel": true,
6+
"mochaExplorer.files": ["test/*.js"],
7+
"mochaExplorer.ui": "tdd",
8+
"mochaExplorer.configFile": ".mocharc.cjs",
9+
"mochaExplorer.require": "esmocha/mocha",
10+
"mochaExplorer.nodeArgv": ["--loader=esmocha/loader"]
11+
}

0 commit comments

Comments
 (0)