Make shfmt happier

This commit is contained in:
2026-02-02 18:32:53 -05:00
parent 1ed5aa4b33
commit b752eb5080

View File

@@ -8,7 +8,7 @@ cd "$DIR/../../backend"
if [ $# -eq 0 ]; then
# Find all test files - use -print0/xargs to handle filenames safely
find . -type f \( -name '*.spec.ts' -o -name '*.test.ts' \) -print0 | \
find . -type f \( -name '*.spec.ts' -o -name '*.test.ts' \) -print0 |
xargs -0 "$DIR"/../shims/pnpm tsx --test
else
"$DIR"/../shims/pnpm tsx --test "$@"