zordius / gulp-jsx-coverage

deprecated
https://www.npmjs.com/package/gulp-jsx-coverage
Other
34 stars 10 forks source link

Trans complied code is getting included in the code coverage #14

Closed ohmirocks closed 8 years ago

ohmirocks commented 8 years ago

Hi,

I am using this NPM module to get the code coverage for my react component and it works great. But my code coverage seems to be really down because of all the transplied code. I read about isparta which will help in improving code is this something you can add it as part of this module itself?

Thanks Om

zordius commented 8 years ago

It's may be possible, will evaluate this.

zordius commented 8 years ago

Now gulp-jsx-coverage supports isparta and new version released (0.3.0) , please check the document, thanks.