Files
Mario Romano 07807e7bc3 # add dist
2016-04-21 11:56:31 +01:00

9 lines
92 B
Makefile

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