Wallet/test/run.sh

5 lines
241 B
Bash
Raw Normal View History

2014-08-26 16:08:20 -03:00
#! /bin/bash
node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && \
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && \
./node_modules/karma/bin/karma start --single-run