devongovett / browserify-istanbul

A browserify transform for the istanbul code coverage tool
50 stars 32 forks source link

added instrument class option so this works with isparta #14

Closed simonzack closed 9 years ago

simonzack commented 9 years ago

This brings #8 up-to-date and uses @lukescott's suggestion to specify classes instead of instances. This works better with options.instrumenterConfig.

devongovett commented 9 years ago

Thanks!