Add test command

For now this just runs typescript tests.  Eventually it'll do more than that.
This commit is contained in:
2026-01-10 13:38:10 -06:00
parent df2d4eea3f
commit 05eaf938fa

7
framework/cmd.d/test Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -eu
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
"$DIR"/../shims/pnpm tsx --test "$@"