-
Notifications
You must be signed in to change notification settings - Fork 668
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
Use of Array.prototype.find breaks unit tests in browsers that do not support this. #499
Labels
Comments
This bug was introduced with #462. |
Yes, I also think we should run tests in Phantom to stop this in the future. Currently we run in headless chrome, but we Phantom has less support for features. |
I think this is resolved by using core-js. |
eddyerburgh
added a commit
to eddyerburgh/vue-test-utils
that referenced
this issue
Apr 30, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
1.0.0-beta.13
Reproduction link
Run Test in IE10
Steps to reproduce
What is expected?
Test should pass
What is actually happening?
Test is failing.
The text was updated successfully, but these errors were encountered: