papercats/node_modules/arraybuffer.slice/Makefile
2017-02-24 00:49:41 -06:00

9 lines
92 B
Makefile

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