Files
w4rpservices/node_modules/consolidate/Makefile
2018-10-27 03:51:47 -05:00

9 lines
108 B
Makefile

REPORTER = spec
test:
@./node_modules/.bin/mocha \
--slow 30 \
--reporter $(REPORTER)
.PHONY: test