We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9a6de commit 1f6867aCopy full SHA for 1f6867a
.mocharc.yml
@@ -0,0 +1,8 @@
1
+# Mocha options
2
+# https://mochajs.org/#configuring-mocha-nodejs
3
+# https://github.com/mochajs/mocha/blob/master/example/config/.mocharc.yml
4
+
5
+spec: test/specs/**/*.spec.js
6
7
+bail: true
8
+recursive: true
test/mocha.opts
0 commit comments