We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae8c80 commit 7531fbfCopy full SHA for 7531fbf
.mocharc.json
@@ -0,0 +1,6 @@
1
+{
2
+ "reporter": "spec",
3
+ "recursive": true,
4
+ "require": ["./test/common/node.js", "./bootstrap-unexpected-markdown.js"],
5
+ "exclude": "test/common/*.js"
6
+}
test/mocha.opts
0 commit comments