/** * global-setup.ts — Phase 7 Plan 02 will implement this * * Placeholder to satisfy Playwright config path resolution. * Plan 02 replaces this with: * - health poll on baseURL/health (D-08 readiness gate) * - mysql2 DB seed: TRUNCATE + INSERT onto calendar id=10 + lists for user 1 (D-05/D-06/D-07) * * Run: * pnpm --filter @familysync/pwa test:e2e */ export default async function globalSetup(): Promise { // Implemented in Plan 02 }