#!/bin/bash set -euo pipefail npx vitest run --config vitest.config.ts --reporter=dot 2>&1 | tail -30