/** * Regression tests for two integration-check false-positive classes found * dogfooding on fire-photo-tv (2026-07-27): * * 1. fetch_route_mismatch flagged literal fetch paths served by Next.js * catch-all routes (app/api/backend/[...path]/route.ts). * 2. use_client_missing fired inside an Expo Router app/ directory in a * monorepo whose root detection said "nextjs" — 'use client' does not * apply outside Next.js packages. */ export {};