Skip to content
Merged
Show file tree
Hide file tree
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: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ Projects are configured in the PostgreSQL database (`projects` table). Each proj

### Testing

> **For a full catalog of test helpers, factory functions, and mock objects**, see [`tests/README.md`](tests/README.md).

```bash
npm test # Run unit tests (all 4 unit projects)
npm run test:unit # Alias for npm test
Expand Down
Loading
Loading