Closed philschatz closed 10 years ago
Thanks, @philschatz ! The CSS coverage project looks really useful... going to give it a try. :)
I think this was supposed to be originalReporter.apply(originalReporter, [runner])
since this
is actually window
and causes an error. I have to use v0.3.2 because v0.3.3 is broken right now.
Hmm, thanks for reporting, @englercj
@philschatz : Would originalReporter.apply(originalReporter, [runner])
work for your case as well?
yep, @geekdave! I believe that would have worked as well.
I'm not sure if these are still necessary but this Pull Request:
_$blanket
to the ignored globals listoriginalReporter
with the correctthis
suiteURL
andtestURL
methods which are expected by HTMLReporterThese were added to get tests working on https://github.com/philschatz/css-coverage.js and https://github.com/philschatz/octokit.js