Writes frontend unit and integration tests with Jest and React Testing Library focused on user-observable behavior. Use when adding features, fixing bugs, or preventing regressions in frontend code.
From workspaces/frontend/ run:
npm run test:type-checknpm run test:lintnpm test -- --testPathPattern="<changed-feature-or-component>"Pass criteria: