bitcore-wallet-service/Makefile

6 lines
147 B
Makefile
Raw Normal View History

2015-02-20 08:59:42 -08:00
.PHONY: test cover
2015-02-20 06:56:34 -08:00
test:
./node_modules/.bin/mocha
cover:
./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test