Skip to content

Use of Array.prototype.find breaks unit tests in browsers that do not support this. #499

Closed
@rikbrowning

Description

@rikbrowning

Version

1.0.0-beta.13

Reproduction link

Run Test in IE10

Steps to reproduce

  1. Create unit test using test-utils, use mount command.
  2. Run test in IE10
  3. Test will fail due to TypeError: Object doesn't support property or method 'find'

What is expected?

Test should pass

What is actually happening?

Test is failing.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions