Просмотр исходного кода

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

Kyle P Davis 11 лет назад
Родитель
Сommit
efdbdc42ac
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      test/mocha.opts

+ 4 - 0
test/mocha.opts

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