DEV Community

Discussion on: I built a chat app using React and GraphQL

Collapse
 
tbell511 profile image
Tyler Bell

This is awesome! What are you using to run your tests? The UI looks very nice.

Collapse
 
aouahib profile image
Abdou Ouahib

Thanks, I used jest, React Testing Library for component testing, and ts-mockito for mocking.