diff options
author | P. 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) |
commit | ffbeff04fd278ccec60a25535afd565832f0747a (patch) | |
tree | d5d9c5b82db1c0e61c62e80bfb0f96a628283654 /Makefile | |
parent | 3b2b2c8faed66b2397c6503cac07ca8cb8113ef5 (diff) | |
download | decmath.js-ffbeff04fd278ccec60a25535afd565832f0747a.zip decmath.js-ffbeff04fd278ccec60a25535afd565832f0747a.tar.gz decmath.js-ffbeff04fd278ccec60a25535afd565832f0747a.tar.bz2 |
Makefile: Add "--reporter spec" to mocha command
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |