-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Feature] Add MU support for model and model-test blueprints #5491
Conversation
In CI,
Not sure how to fix it though 😕 |
The canary test failure is a known issue; however, I recently had to skip the adapter tests this is inspired by because it turns out that the |
@runspired do you think that something like this would solve our issue? It allows to do: |
@dcyriller yes! Thanks for taking that on :) |
I'll update the PRs once it has been merged :) |
@runspired this one should be ready too |
This PR aims at providing MU support for this ember-cli command:
ember generate model foo
.It is a part of this quest issue: ember-cli/ember-cli#7530
Heavily inspired by #5476