ember-route-alias
ember-route-alias copied to clipboard
Mixin's CP for moduleNameLookupPatterns not executing
When I install this addon, the moduleNameLookupPatterns method in addon/mixins/route-alias-resolver.js never runs. Nor does a "CP using this._super in the mixin" pattern work in a reduced case.
The reason I am filing this as an issue is that it DOES seem to pass in your test suite but not when being used as an ember addon. Wondering if you are aware of this and know what the issue is...