frappe_docker/frappe-bench/node_modules/arraybuffer.slice/Makefile
2017-07-31 15:51:51 +05:30

8 lines
92 B
Makefile

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