aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/test/mocha.opts
diff options
context:
space:
mode:
Diffstat (limited to 'lang/js/test/mocha.opts')
-rw-r--r--lang/js/test/mocha.opts4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/js/test/mocha.opts b/lang/js/test/mocha.opts
new file mode 100644
index 00000000..65adc1c3
--- /dev/null
+++ b/lang/js/test/mocha.opts
@@ -0,0 +1,4 @@
+--require babel-register
+--reporter spec
+--ui bdd
+--colors