DEV Community

Discussion on: Does your team write code tests for front-end code?

Collapse
 
napicella profile image
Nicola Apicella

Hi, I m kind of assuming you also use redux.
If so, what s the strategy you guys adopted to test connected components (redux)?
Do you test the component with or without a mock provider?
Thanks!