-
Notifications
You must be signed in to change notification settings - Fork 43
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
href-to causes component integration tests to fail #24
Comments
Same issue here in Ember 2.0. I made the following work around:
@GavinJoyce would you accept a PR along these lines? |
@g-cassie thanks for looking into this. Do you know why this doesn't return an app?
How many apps are in |
@GavinJoyce
When running during a component integration test
In a component integration test no app instance is created. It appears there was at one point a problem with |
Nice one, thanks for the context. I assume this means that we can create a failing component integration test here then? Please do create a PR, it would be a great addition to |
Component integration tests do not creat an application instance, so it is unlikely to be present in Ember.Namespace.NAMESPACES. |
I just tried to use href-to in my project (Ember 2.1), but it makes my component integration tests fail.
None of the namespaces return true for this line https://github.com/intercom/ember-href-to/blob/master/addon/lib/container-lookup.js#L7
The text was updated successfully, but these errors were encountered: