#!/bin/bash
export GIT_PAGER=cat PAGER=cat CI=1
cd /tmp/agents/pr-review-shared
echo "=== npm test (baseline) ==="
npm test 2>&1 | tail -25
echo "DONE_S4"
