NewsBlur/node/node_modules/arraybuffer.slice/Makefile
2016-11-29 18:29:50 -08:00

8 lines
92 B
Makefile

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