UNPKG

214 Bapplication/x-shView Raw
1#!/usr/bin/env bash
2
3if [ ! $COVERAGE ]; then
4 ./node_modules/.bin/mocha \
5 --grep=$GREP \
6 test/test.js
7else
8 ./node_modules/.bin/istanbul cover \
9 ./node_modules/mocha/bin/_mocha \
10 test/test.js
11fi