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

8 lines
No EOL
99 B
Makefile

test:
@./node_modules/.bin/mocha \
--require should \
--reporter dot \
--bail
.PHONY: test