Skip to content
New issue

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

Fix breaking test on IE10 #804

Merged
merged 1 commit into from
Sep 19, 2016

Conversation

vieiralucas
Copy link
Member

@vieiralucas vieiralucas commented Sep 19, 2016

As @meeber said here
Since IE10 does not support __proto__, this test was failing.

@meeber
Copy link
Contributor

meeber commented Sep 19, 2016

LGTM!

@lucasfcosta
Copy link
Member

lucasfcosta commented Sep 19, 2016

This makes sense, so if we're not changing the object prototype but only redefining properties on the Function object, then this check will always fail.

LGTM

Great catch @meeber!

@lucasfcosta lucasfcosta merged commit 01963b7 into chaijs:master Sep 19, 2016
@vieiralucas vieiralucas deleted the hotfix-ie10-failing branch September 20, 2016 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants