You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applies the JSDoc convention to vitest test files under
frontend/tests/. Module headers state which component or page
the test file covers; per-test docstrings switch from "renders
X" / "does Y" framings to BNC-style behavioral statements that
say what's actually asserted.
Two skipped tests get fuller explanations:
- TextField.test.tsx: skipped pending rewrite for the new
RHF-generic API.
- LandingPage.test.tsx: skipped pending rewrite against the
ported component graph.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments