Skip to content

Remove waitFor() calls from tests #115

@kito99

Description

@kito99

The current use of waitFor() causes an infinite loop if there is any problem that occurs when registering test components. This makes it impossible to test problems with decorators during registration. Consequently, we should consider changing the behavior to use the Jasmine 2.0 async features (which is what is typically used in Polymer Web Component Tester tests anyway): https://jasmine.github.io/2.0/introduction.html#section-Asynchronous_Support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions