jeffrifwald/babel-istanbul

How do I use babel-instabul with karma?

fernandofleury opened this issue · 3 comments

Greetings. I would like to use it with karma. By default karma-coverage works with istanbul. Is there anything I could do in order to use babel-instanbul instead?

I'm not sure how karma-coverage works, but babel-istanbul is a drop in replacement for istanbul. If you can figure out how karma-coverage plugs in with istanbul, then you should be able to simply replace it.

Any luck with this @fernandofleury ?