How to un-minify Coverage report ?
Opened this issue · 0 comments
kagarwal29 commented
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.