mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
40f2aa8444
- this allows passing globs as args
8 lines
165 B
Bash
Executable File
8 lines
165 B
Bash
Executable File
TEST_PATH=$@
|
|
|
|
if [ $# -eq 0 ]
|
|
then
|
|
TEST_PATH=./**/tests/**/*.spec.ts
|
|
fi
|
|
|
|
./scripts/runner.sh ./node_modules/.bin/tape $TEST_PATH | ./node_modules/.bin/tap-spec |