summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-06 21:47:34 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-06 21:47:34 (EST)
commitffbeff04fd278ccec60a25535afd565832f0747a (patch)
treed5d9c5b82db1c0e61c62e80bfb0f96a628283654
parent3b2b2c8faed66b2397c6503cac07ca8cb8113ef5 (diff)
downloaddecmath.js-ffbeff04fd278ccec60a25535afd565832f0747a.zip
decmath.js-ffbeff04fd278ccec60a25535afd565832f0747a.tar.gz
decmath.js-ffbeff04fd278ccec60a25535afd565832f0747a.tar.bz2
Makefile: Add "--reporter spec" to mocha command
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa37aa5..863114b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
all: lib/decmath.min.js
test: FORCE
- mocha
+ mocha --reporter spec
lib/decmath.min.js: lib/decmath.js
uglifyjs --comments='/@licstart/' -o $@ $<