ember-codemods / ember-module-migrator

Automated migration for new Ember application layout.
74 stars 15 forks source link

classic template-only component test #72

Closed iezer closed 6 years ago

iezer commented 6 years ago

An issue was raised in the Module Unification Quest Issue that "The migrator currently renames template-only components to not have a folder, like src/ui/components/name.hbs." However I can't reproduce this and added another test to confirm. There are many tests in this repo already with template-only components, and they all output to something like x-bar/template.hbs rather than x-bar.hbs, for example https://github.com/rwjblue/ember-module-migrator/tree/master/test/fixtures/classic-private-components