From ffbeff04fd278ccec60a25535afd565832f0747a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 06 Jan 2017 21:47:34 -0500 Subject: Makefile: Add "--reporter spec" to mocha command --- 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 $@ $< -- cgit v0.9.1