DEV Community

Discussion on: I refactored a large codebase from Enzyme to React testing library. Ask me anything

Collapse
 
pavermakov profile image
Pavel Ermakov

What was wrong with enzyme?

Collapse
 
claeusdev profile image
Nana Adjei Manu

Nothing really, we figured we could get much more value out of using testing library because we could actually test out how a user would interact with our app other than just using our usual snapshot tests.