Intermediate
React Component Jest Test
Generate a Jest and React Testing Library test suite for a specific React component.
📝 Prompt Content
Create a test suite for a React 'UserProfile' component that displays user name and avatar. Use Jest and React Testing Library. Test that the component renders correctly with props, handles a missing avatar gracefully, and triggers a callback when the 'Edit' button is clicked.