copay/test/run.sh

6 lines
218 B
Bash
Raw Normal View History

2014-08-26 12:08:20 -07:00
#! /bin/bash
2014-09-24 21:58:27 -07:00
node_modules/.bin/istanbul cover grunt -- mochaTest && \
2014-08-26 12:08:20 -07:00
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