Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ npm run test:watch # rerun on file changes
```

The suite uses [vitest](https://vitest.dev/) + [supertest](https://github.com/ladjs/supertest).
At this writing: ~480 cases across 47 files, sub-2-second wall-clock,
0 net regressions across the audit cycle. The integration suite
auto-skips locally when no real Postgres is reachable; CI runs a
live `postgres:16-alpine` service alongside the matrix so the full
suite runs on every PR.
Runs in sub-two-second wall-clock across the unit + api tiers. The
integration suite auto-skips locally when no real Postgres is
reachable; CI runs a live `postgres:16-alpine` service alongside the
matrix so the full suite runs on every PR.

## Three tiers

Expand Down