lelandrichardson / enzyme-example-karma-webpack

Example project with React + Enzyme + Karma + Webpack
MIT License
82 stars 28 forks source link

Coverage #12

Open pbio opened 8 years ago

pbio commented 8 years ago

Hey @lelandrichardson,

It's a bit off topic, but what kind of tool would you recommend for setting up a test coverage reporter on this stack? I've made some attempts using istanbul, karma-coverage, etc and haven't had any success yet. Do you have a favorite tool/method you would recommend? Any tips or an example would be helpful!