Files
2016-06-21 18:42:57 +02:00

11 lines
154 B
Makefile
Executable File

REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER) \
test/index.js
@./node_modules/.bin/zuul -- test/index.js
.PHONY: test