memlnaut-nisps/playground/js/shapeseq/tests/run.sh
w1n5t0n b72914813c test(shapeseq): add test runner + smoke tests
Shell runner for the shapeseq unit test suite and a smoke test that
exercises the core import paths.
2026-04-07 00:03:29 +01:00

9 lines
217 B
Bash
Executable file

#!/usr/bin/env bash
# Run all shapeseq tests using Node's built-in test runner.
# Usage: bash playground/js/shapeseq/tests/run.sh
set -euo pipefail
DIR="$(cd "$(dirname "$0")" && pwd)"
node --test "$DIR"/*.test.js