gotwarlost/istanbul

How to un-minify Coverage report ?

Opened this issue · 0 comments

I have a quick query.How do I un-minify the JS present in the report? I want the JS present in the report to be in readable format.Currently it all comes in minified format.

I have tried passing

debug:true,embedSource:true,noCompact:true

to Instrumenter constructor but it is not doing anything.