DEV Community

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

Collapse
 
ozzyogkush profile image
Derek Rosenzweig

I like Sinon/Chai but also use Jest/Enzyme for testing. For code coverage I like Istanbul (aka NYC).

Collapse
 
randelramirez profile image
Randel Ramirez

That's nice to hear! thanks for the feedback!