Wallet/test/run.sh

5 lines
218 B
Bash
Raw Normal View History

2014-08-26 16:08:20 -03:00
#! /bin/bash
2014-09-25 01:58:27 -03:00
node_modules/.bin/istanbul cover grunt -- mochaTest && \
2014-08-26 16:08:20 -03:00
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && \
2014-08-26 16:41:12 -03:00
./node_modules/karma/bin/karma start --browsers Firefox --single-run