We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0974b32 commit d24d264Copy full SHA for d24d264
mocha.test.config.js
@@ -1,8 +1,12 @@
1
module.exports = {
2
spec: [
3
- './test/test.*.js',
4
'./test/*.test.js',
+ './test/**/*.test.js',
5
+ './test/**/**/*.test.js',
6
+ './test/**/**/**/*.test.js',
7
+ './test/test.*.js',
8
'./test/**/test.*.js',
- './test/**/*.test.js'
9
+ './test/**/**/test.*.js',
10
+ './test/**/**/**/test.*.js',
11
],
12
};
0 commit comments