mirror of
https://github.com/frappe/books.git
synced 2024-11-08 14:50:56 +00:00
4672323dcb
- open fd from better-sqlite3 causes stalled tests
9 lines
185 B
Bash
Executable File
9 lines
185 B
Bash
Executable File
TEST_PATH=$@
|
|
|
|
if [ $# -eq 0 ]
|
|
then
|
|
TEST_PATH=./**/tests/**/*.spec.ts
|
|
fi
|
|
|
|
export IS_TEST=true
|
|
./scripts/runner.sh ./node_modules/.bin/tape $TEST_PATH | ./node_modules/.bin/tap-spec |