copay/test/run.sh

6 lines
260 B
Bash
Raw Normal View History

2014-08-26 12:08:20 -07: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 && \
2014-08-26 12:41:12 -07:00
./node_modules/karma/bin/karma start --browsers Firefox --single-run