DEV Community

Discussion on: What's your setup for JavaScript Testing and Code Coverage

Collapse
 
minche profile image
Minja Davidović

For React apps, Jest with Enzyme and Storybook (as a combination of docs and snapshot tests).
I found Storybook with its storyshots very useful while working on a project that required 100% code coverage and docs.

Collapse
 
cybershivanka profile image
cybershivanka

Hi Minja,

I'm interested in the same combination to be incorporate for my front-end project. It would be great, If you could give me some resources/ links/ etc. to guide me through a correct pathway ?
Actually i was referring to the Storybook, but never come across the actual usage of it.