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
Bug
Usage of __lookupSetter__ is preventing tests to run in IE 10. https://github.com/prebid/Prebid.js/blob/master/test/spec/utils_spec.js#L530
__lookupSetter__
Log: IE 10.0.0 (Windows 8 0.0.0) ERROR Object doesn't support property or method 'lookupSetter' at webpack:///test/spec/utils_spec.js:530:4 <- test/spec/utils_spec.js:639
Run tests in IE 10
@grevory @harpere Introduced in #1229
The text was updated successfully, but these errors were encountered:
Since Prebid is no longer officially supporting IE 10, this is no longer an issue. Uncommenting these tests: #1958
Sorry, something went wrong.
@harpere Not sure we decided that yet?
grevory
harpere
No branches or pull requests
Type of issue
Bug
Description
Usage of
__lookupSetter__
is preventing tests to run in IE 10.https://github.com/prebid/Prebid.js/blob/master/test/spec/utils_spec.js#L530
Log:
IE 10.0.0 (Windows 8 0.0.0) ERROR
Object doesn't support property or method 'lookupSetter'
at webpack:///test/spec/utils_spec.js:530:4 <- test/spec/utils_spec.js:639
Steps to reproduce
Run tests in IE 10
Other information
@grevory @harpere
Introduced in #1229
The text was updated successfully, but these errors were encountered: