## Summary Add Jest + React Testing Library tests for the new `ProfileLink` component. ## Tasks - [ ] in `apps/mobile/__tests__/ProfileLink.test.tsx`, render component with sample props. - [ ] assert platform and username text exist. - [ ] simulate press event and assert `onPress` gets called. ## Acceptance Criteria - [ ] tests execute with `pnpm --filter @devcard/mobile test`. - [ ] this improves mobile coverage and confirms behavior.
Summary
Add Jest + React Testing Library tests for the new
ProfileLinkcomponent.Tasks
apps/mobile/__tests__/ProfileLink.test.tsx, render component with sample props.onPressgets called.Acceptance Criteria
pnpm --filter @devcard/mobile test.