Browse Source

EAGLESIX-3190: add mocha.opts file to make testing easier

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

+ 4 - 0
test/mocha.opts

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