Open ButuzGOL opened 10 years ago
I also have this issue...any luck?
Downgrading mocha to 1.12.1 resolved this issue for me.
I'm debating whether I should lock down the mocha version in package.json. This error is odd, I'm not sure what changed in mocha to cause it.
I also have this error when using one of recent versions of mocha.js
.
By the way, I have found that the problem can be fixed by replacing the following line in mocha-blanket.js
originalReporter(runner);
onto
new originalReporter(runner);
Looks like this has been resolved in https://github.com/alex-seville/blanket/pull/356
This issue should be resolved in the development branch.
Use the following in your package.json
file to refer to the branch as a dependency:
"blanket": "alex-seville/blanket#development"
Please reopen the issue if you're still experiencing problems.
Have this error Uncaught TypeError: Object [object global] has no method 'suiteURL' mocha.js:2585
Project link