docs(components): scaffold test files in the new component workflow - #225
Conversation
Add a test-file step to "When Adding New Components" and the Component Development Checklist, so new components ship with a ComponentName.test.tsx from day one instead of as a follow-up. Closes #214
|
@claude review |
|
Claude finished @Chibuzor-Nwemambu's task in 58s —— View job Review: scaffold test files in the new component workflow
Verdict: LGTM. This is a well-scoped, accurate doc-only change. Every claim checks out against the code. What I verified
The addition also aligns nicely with recent work — commit b2fa65c (#218) and the preceding test additions show the repo is actively standardizing on this pattern, so encoding it into the workflow is timely. Minor, non-blocking notes
Neither note blocks merge — the change is correct as written. |
Summary
packages/components/CLAUDE.md's "When Adding New Components" workflow, alongside the main component/types/styles files.Closes #214
Test plan
test-utilsdescription againsttest-utils.tsxDivider.test.tsxas the referenced example is accurate and current