1
2REPORTER = dot
3
4test:
5	@./node_modules/.bin/mocha \
6		--reporter $(REPORTER)
7
8.PHONY: test
9