Wallet/test/run.sh
2014-09-29 20:09:59 -03:00

5 lines
218 B
Bash
Executable file

#! /bin/bash
node_modules/.bin/istanbul cover grunt -- mochaTest && \
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && \
./node_modules/karma/bin/karma start --browsers Firefox --single-run