Fast Unit Tests
Unit tests should run in under 100ms each
CLAUDE.md
Unit tests should run in under 100ms each. Slow tests discourage running the suite frequently. If a unit test is slow, it’s probably doing I/O that should be isolated.
Copy this block into your CLAUDE.md or agent config file to enforce it in your workflow.