-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix: fallback to project if addon has no root #71
fix: fallback to project if addon has no root #71
Conversation
Thanks @buschtoens, I'm using this patch to workaround the bug for ember-auto-import's test suite (which is now a monorepo, so I can more easily test both babel 6 and babel 7 based apps). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to land this (or fix @ember-decorators/babel-transforms
), would you mind adding a previously failing test?
Would it make more sense for the |
If the notion of |
@rwjblue I've added a test for the
I wanted to add a real life workspaces scenario as well that explicitly checks that Let me know, if you want me to change anything. |
I've just landed some new tests that could show how to do this... |
2a5d118
to
0b6fe6f
Compare
@rwjblue Thanks for providing such a great basis and pushing for good tests! I've added a real life workspaces scenario. Want me to change something? |
Thank you @buschtoens! |
ember-cli-version-checker 3.0.1 published 🎉 |
Fixes #70.