NewsBlur/node/node_modules/component-bind/Makefile
2016-11-29 18:29:50 -08:00

7 lines
No EOL
89 B
Makefile

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