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