kaneo (minimalist kanban) fork to experiment adding a tangled integration
github.com/usekaneo/kaneo
API integration tests#
These tests boot the Hono app with a real PostgreSQL database (see setup.ts for env defaults).
- Run:
pnpm test:integrationfrom the repo root (requires Postgres andDATABASE_URL). - CI:
.github/workflows/ci.ymlstarts Postgres and runs the same command.
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).