Skip to content
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

Remove waitFor() calls from tests #115

Open
kito99 opened this issue Nov 27, 2017 · 0 comments
Open

Remove waitFor() calls from tests #115

kito99 opened this issue Nov 27, 2017 · 0 comments

Comments

@kito99
Copy link
Collaborator

kito99 commented Nov 27, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant