Closed iezer closed 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
x-bar/template.hbs
x-bar.hbs
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 thanx-bar.hbs
, for example https://github.com/rwjblue/ember-module-migrator/tree/master/test/fixtures/classic-private-components