DEV Community

Discussion on: Do you do Snapshot Testing?

Collapse
 
hi_iam_chris profile image
Kristijan Pajtasev

I am using it and we had quite a bit part of the application covered. But works only for small pieces or when the application is in the maintenance stage. When talking about react, it can be used a bit more, but it would def need shallow rendering, Otherwise changing some small thing in reusable component and your PR goes from 50 lines to 500 lines.