mirror of
https://github.com/run-llama/llama-cloud-ts.git
synced 2026-08-24 10:23:00 -04:00
11 lines
111 B
Bash
Executable File
11 lines
111 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
|
|
|
|
echo "==> Running tests"
|
|
./node_modules/.bin/jest "$@"
|