Skip to content

Commit

Permalink
add mochaExplorer config
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed May 17, 2023
1 parent fabd2bc commit 8f42c1a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"debug.javascript.terminalOptions": {
"skipFiles": ["node_modules/**", "dist/**"]
},
"mochaExplorer.logpanel": true,
"mochaExplorer.files": ["test/*.js"],
"mochaExplorer.ui": "tdd",
"mochaExplorer.configFile": ".mocharc.cjs",
"mochaExplorer.require": "esmocha/mocha",
"mochaExplorer.nodeArgv": ["--loader=esmocha/loader"]
}

0 comments on commit 8f42c1a

Please sign in to comment.