We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fabd2bc commit 8f42c1aCopy full SHA for 8f42c1a
.vscode/settings.json
@@ -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