NewsBlur/node/node_modules/backo2/Makefile

8 lines
99 B
Makefile
Raw Normal View History

test:
@./node_modules/.bin/mocha \
2016-11-29 18:29:50 -08:00
--require should \
--reporter dot \
--bail
.PHONY: test