DEV Community

Discussion on: Testing your apps like a boss with React.js and Jest

Collapse
 
joeattardi profile image
Joe Attardi

Shoutout to React Testing Library (testing-library.com/docs/react-tes...)! I just refactored all my tests to use this library and it's been great.

I had previously been using Enzyme - I had to rethink how I do testing, but I think it's much less brittle now.

Collapse
 
softchris profile image
Chris Noring

hey Joe. Actually, I have an article on that dev.to/softchris/use-react-testing...