jellytau/scripts/test-frontend.sh
Duncan Tourolle d5bca41c60
Some checks failed
🏗️ Build and Test JellyTau / Run Tests (push) Failing after 1m42s
🏗️ Build and Test JellyTau / Build Android APK (push) Has been skipped
Traceability Validation / Check Requirement Traces (push) Failing after 3s
CLean up and CI fix
2026-06-20 15:32:32 +02:00

8 lines
103 B
Bash
Executable File

#!/bin/bash
# Run frontend tests only
set -e
echo "📦 Running frontend tests..."
bun run test "$@"