From f8399479f765cda955f44a95d2e17a4451202961 Mon Sep 17 00:00:00 2001 From: Tom Blaymire Date: Wed, 29 Apr 2026 08:39:47 +0100 Subject: [PATCH] chore: repo cleanup and readme tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6696fa9..543a08c 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ pnpm test:e2e:ui # Interactive UI mode - **Vitest** workspace runs tests across all packages in parallel - **MSW** (Mock Service Worker) for network-level API mocking without coupling tests to implementation details - **Testing Library** for component tests driven by user behavior, not implementation -- **Factory builders** (`createFlag()`, `createEnvironment()`, etc.) so tests construct realistic data without boilerplate +- **Factory builders** (`createFlag()`, `createFlagEnvironment()`, `createTargetingRule()`, etc.) so tests construct realistic data without boilerplate - **Distribution tests** verify hash uniformity across 1000 simulated users in the evaluator package ### E2E tests (Playwright)