Carve out dead code and cruft, and unify repeater status pane

This commit is contained in:
Jack Kingsman
2026-03-02 18:56:18 -08:00
parent f715d72467
commit 99f31c8226
11 changed files with 135 additions and 194 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "$0")/.." && pwd)"
echo "Starting E2E tests (kicks off a build; this may take a few minutes..."
echo "Starting E2E tests..."
cd "$SCRIPT_DIR/tests/e2e"
npx playwright test "$@"