From 59d32ec975a7249535e11c48cd78f8b44b1055a5 Mon Sep 17 00:00:00 2001 From: "Aaron K. Clark" Date: Tue, 19 May 2026 06:27:57 -0500 Subject: [PATCH] docs(tests-readme): replace stale ~480/47 case count + audit-cycle claim with rot-proof line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `tests/README.md` opened with: "At this writing: ~480 cases across 47 files, sub-2-second wall-clock, 0 net regressions across the audit cycle." Reality at master: 678 cases across 51 files. The numbers rotted the same way CONTRIBUTING.md did (#216 already swapped its stale "45+ files, 479+ cases" line for rot-proof tier names). Apply the same treatment here. Also dropped the "0 net regressions across the audit cycle" phrasing — "the audit cycle" referred to a specific time window that hasn't been a useful anchor since; without a fresh date or scope it just adds noise. Co-Authored-By: Claude Opus 4.7 (1M context) --- tests/README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/README.md b/tests/README.md index 535bb63..95f26ac 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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