DEV Community

Discussion on: What do you think of React Testing Library?

Collapse
 
p4lm profile image
Henrik Sommerfeld

Really like it. Haven't used Enzyme and I'm fairly new to React, but React Testing Library makes sense.

Being able to refactor a class component to a function component without changing a single test is also an encouraging experience.