···11+# API integration tests
22+33+These tests boot the Hono app with a real PostgreSQL database (see `setup.ts` for env defaults).
44+55+- Run: `pnpm test:integration` from the repo root (requires Postgres and `DATABASE_URL`).
66+- CI: `.github/workflows/ci.yml` starts Postgres and runs the same command.
77+88+Coverage is intentionally incremental: add new files under this directory for additional routes or behaviors, following existing helpers (`helpers/fixtures.ts`, `helpers/database.ts`, `helpers/auth.ts`).