#!/usr/bin/env bash
#MISE description="Run MoonBit unit tests"
set -euo pipefail
moon test --target js
