UNPKG

343 Bapplication/x-shView Raw
1#!/usr/bin/env bash
2cross_env="./node_modules/pfft-partial-ava/node_modules/.bin/cross-env"
3nyc="./node_modules/pfft-partial-ava/node_modules/.bin/nyc"
4ava="./node_modules/pfft-partial-ava/node_modules/.bin/ava"
5
6NYC_OPTIONS="--include 'src/**/*.js'"
7
8# run tests with optional arguments
9$cross_env NODE_ENV=coverage $nyc $NYC_OPTIONS $ava $@