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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading