Closed
Description
Version
1.0.0-beta.16
Reproduction link
https://codesandbox.io/s/7ykvrxrw0
Steps to reproduce
- Download codesandbox codes.
- Run tests on IE11 with karma.
What is expected?
Tests should pass or fail, but not be terminated.
What is actually happening?
Test is terminated due to "TypeError: Object doesn't support property or method 'includes"
Same as #499 which reports use of 'Array.prototype.find'.
The specific line is:
https://github.com/vuejs/vue-test-utils/blob/v1.0.0-beta.16/packages/test-utils/src/wrapper.js#L519
Array.prototype.includes supported browsers:
https://caniuse.com/#search=Array.prototype.includes