Skip to content

Commit

Permalink
[COMMIT] Adding minor changes to test files search
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshkbhat committed Sep 23, 2022
1 parent d496966 commit f7cb08d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mocha.test.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
module.exports = {
spec: [
'./test/*.test.js',
'./test/**/*.test.js',
'./test/**/**/*.test.js',
'./test/**/**/**/*.test.js',
'./test/test.*.js',
'./test/**/test.*.js',
'./test/**/**/test.*.js',
'./test/**/**/**/test.*.js',
],
};

0 comments on commit f7cb08d

Please sign in to comment.