JSCoverage filter external js files

Questions, problems, suggestions, bug reports, and so on.
Post Reply
lowerEastSide
Posts: 6
Joined: 2009-04-06 3:19 pm

JSCoverage filter external js files

Post by lowerEastSide »

Hello,

My JsUnit tests are using both third party libraries and internal js files. Is there a way to exclude external libraries from jscoverage report ?

Thanks,
les
Ed
Posts: 120
Joined: 2008-10-11 6:52 pm

Re: JSCoverage filter external js files

Post by Ed »

I think you want to use the --no-instrument option.
Post Reply