asciidisco / grunt-qunit-istanbul

Run QUnit unit tests in a headless PhantomJS instance & generate some nice code coverage metrics using Istanbul.
MIT License
33 stars 21 forks source link

Provide `options.console` in task config #32

Closed jonnyreeves closed 9 years ago

jonnyreeves commented 10 years ago

Looks like this got missed when porting from grunt-contrib-qunit. See: https://github.com/gruntjs/grunt-contrib-qunit/blob/master/tasks/qunit.js#L159

jonnyreeves commented 9 years ago

bump?