DEV Community

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

Collapse
 
kentcdodds profile image
Kent C. Dodds

I'll start. I love it! It enables me to write tests that resemble the way my software is used which gives me more confidence and makes tests easier to write (and read). I only need to change my tests when I actually change my app's behavior, and my tests actually help me catch bugs. Also, the fact that I don't have to change my tests as I refactor to hooks (and it handles the act() calls for me) is fantastic.

Collapse
 
jacobmgevans profile image
Jacob Evans

Super awesome to see you posting on dev.to!!!! :)