alex-seville / blanket

blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs.
http://blanketjs.org
Other
1.4k stars 177 forks source link

Issue with jquery-ui file instrumentation #292

Open madasu opened 11 years ago

madasu commented 11 years ago

We are using Chutzpah to have javascript code coverage. When I'm referencing jquery-ui using chutzpah code coverage it timesout. Which internally relies on blanket js for instrumentation. I've played around with quite different file sizes and for the ones with over 100kb are problem childs.

Appreciate your time on this.

alex-seville commented 11 years ago

I think it's related to the other Chutzpah issue posted here. I'm hoping to have time to look at it this week.