2022-11-01 07:21:48 +00:00
|
|
|
TEST_PATH=$@
|
|
|
|
|
|
|
|
if [ $# -eq 0 ]
|
|
|
|
then
|
|
|
|
TEST_PATH=./**/tests/**/*.spec.ts
|
|
|
|
fi
|
|
|
|
|
2023-07-13 05:42:43 +00:00
|
|
|
export IS_TEST=true
|
2022-11-01 07:21:48 +00:00
|
|
|
./scripts/runner.sh ./node_modules/.bin/tape $TEST_PATH | ./node_modules/.bin/tap-spec
|