Arquivos
NodeCopterHack/node_modules/consolidate/Makefile
T
2013-08-10 13:15:52 +01:00

9 linhas
108 B
Makefile

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