-
Notifications
You must be signed in to change notification settings - Fork 33
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
Testing component with angle brackets fails in addon #21
Comments
I ran into the same issue. Angle bracket components don't currently work anywhere in the addon folder. I created a brand new addon to verify this. Angle bracket components do work in the addon's dummy app though. I tried looking at how the AST works, but I couldn't figure it out why it wouldn't be working. |
@jacojoubert - That sounds like a different issue than reported, can you open another issue and provide a demo repo that I can look through? |
@rwjblue I'm using ^1.0.3 of ember-cli-htmlbars-inline-precompile |
+1, i'm running into this issue, too! in my integration tests:
|
Hi, I have an addon with a component that invokes another component with angle brackets, e.g.
If I test the outer component, the test fails with the error
However, if I generate the same components in an app, the outer component test passes. Is this the intended behavior? I have a repo with an example app and addon here.
Thanks!
The text was updated successfully, but these errors were encountered: