kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

API integration tests#

These tests boot the Hono app with a real PostgreSQL database (see setup.ts for env defaults).

  • Run: pnpm test:integration from the repo root (requires Postgres and DATABASE_URL).
  • CI: .github/workflows/ci.yml starts 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).