bitcore-wallet-service/Makefile

6 lines
141 B
Makefile

.PHONY: test
test:
./node_modules/.bin/mocha
cover:
./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter spec test