#!/usr/bin/env bash set -euo pipefail echo "Running tests..." npm test echo "Tests completed."