Website/node_modules/consolidate/Makefile

9 lines
108 B
Makefile
Raw Normal View History

2015-12-02 18:21:44 -05:00
REPORTER = spec
test:
@./node_modules/.bin/mocha \
--slow 30 \
--reporter $(REPORTER)
.PHONY: test