Browse Source

EAGLESIX-3157: improve mocha.opts pattern

Kyle P Davis 11 years ago
parent
commit
46d5496fbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/mocha.opts

+ 1 - 1
test/mocha.opts

@@ -1,4 +1,4 @@
 --reporter spec
 --ui exports
 --recursive
-test/**/*_test.js
+test/{,**/}*_test.js