We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mocha.js#L3850:
if (~props.indexOf(globals[i])) continue;
Throws:
Object doesn't support property or method 'indexOf'
The text was updated successfully, but these errors were encountered:
It also doesn't support bind:
mocha.js#L4237
process.on('uncaughtException', this.uncaught.bind(this));
Object doesn't support property or method 'bind'
Sorry, something went wrong.
we have a indexOf util in there we can use, and the bind is unnecessary I just keep forgetting about IE haha
Yeh, me too, I'm almost done building a mocha-ci server to help with the problem 😄
remove .bind() calls. re #680
9323e89
f427a13
No branches or pull requests
mocha.js#L3850:
Throws:
The text was updated successfully, but these errors were encountered: