#!/usr/bin/env bash set -eu SCRIPT_DIR="$(cd -- "$(dirname -- "$0")" && pwd)" cd "$SCRIPT_DIR" export TYPECHECKING=1 ${JQ:-jq} -n -r -L tool -L . "include \"testLib\"; testLibMain" ${JQ:-jq} -n -r -L tool -L . "include \"tests\"; testsMain"