We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541c9b9 commit 0974b32Copy full SHA for 0974b32
mocha.test.config.js
@@ -0,0 +1,8 @@
1
+module.exports = {
2
+ spec: [
3
+ './test/test.*.js',
4
+ './test/*.test.js',
5
+ './test/**/test.*.js',
6
+ './test/**/*.test.js'
7
+ ],
8
+};
package.json
@@ -12,7 +12,7 @@
12
},
13
"scripts": {
14
"start": "node ./server.js",
15
- "test": "mocha"
+ "test": "mocha --reporter spec --recursive --config ./mocha.test.config.js"
16
17
"main": "./main.js",
18
"dependencies": {
0 commit comments