Upgrade ember-source for MU new blueprints#8317
Conversation
rwjblue
left a comment
There was a problem hiding this comment.
This looks good, thank you!
Perhaps in a follow up PR, we could tweak the blueprint to actually fetch the latest each time. What do you think?
|
I thought about that too when reviewing https://github.com/ember-cli/ember-octane-blueprint/blob/master/index.js, but this change will likely require to change some ember-cli tests. As you see in the PR the test fixtures are also changed because the content of the I am not sure atm how to change the tests if the We follow the same approach when upgrading the |
If you take a look here, we already do a custom matcher for ember-cli/tests/acceptance/new-test.js Line 428 in 413b260 |
Closes #8316
The last upgrade was done by #7976