Closed sutara79 closed 5 years ago
this pull request is fixing a critical issue, can it be merged?
@asciidisco Can we merge this? - This repo is the only one i find so far which is doing the instanbul-job but it is not maintained anymore and therefore outdated. It seems that this PR fixes at least the biggest issue for now.
@IMM0rtalis Wow, I really thought that no one uses this anymore. Sure, I'll merge & republish
@asciidisco yeah, i think this repo is used quite a lot yet, see the weekly downloads: https://www.npmjs.com/package/grunt-qunit-istanbul and all the forks :p
I think it would be nice to still maintain this repo. In other github issues mentioning this repo it is said that grunt-qunit-istanbul is not maintained anymore at all.
Thx for the merge :)
@IMM0rtalis Sure thing, just released it as 1.1.0 If you're still using this I can give you Repo access if you like...
@asciidisco Wrote you via mail.
Hello. An error occurred when I'm using "grunt-qunit-istanbul" and QUnit 2.3.2. I got a message below.
In QUnit 2.x, "QUnit.jsDump" is now replaced with "QUnit.dump". https://qunitjs.com/upgrade-guide-2.x/#replace-qunit-jsdump-with-qunit-dump
I edited
grunt-qunit-istanbul/phantomjs/bridge.js
, then my problem was resolved. But it does not work on Node.js: 0.8. https://travis-ci.org/sutara79/grunt-qunit-istanbul/Do you have any good idea? Thanks.