ember-a11y / ember-a11y-testing

A suite of accessibility tests that can be run within the Ember testing framework
MIT License
138 stars 52 forks source link

Move component templates into app/components to resolve `ember-beta` errors. #567

Closed deanmarano closed 3 weeks ago

deanmarano commented 3 weeks ago

The issues in the ember-beta errors were due to changes in ember-resolver - it seems that loading components from the app/templates/components directory may have changed. Anyway, moving these components into the app/components directory fixed the lookup issues. This also fixed the ember-canary tests 🎉 .