blob: 849887f7fafa87e356e644f284781a040009f4b9 [file] [log] [blame]
REPORTER = dot
test:
@./node_modules/.bin/mocha \
--reporter $(REPORTER)
.PHONY: test