ember-cli-addon-tests
ember-cli-addon-tests copied to clipboard
Add support for testing as a nested addon
trafficstars
This is a long shot, as it probably won't be an easy task, but...
Nested addons (addons inside addons) have a number of gotchas. If we could insert the current addon into a dummy addon, which in turn is inserted into a dummy app, that would be epic.
For ember-engines, nested addons were a very common test case so we built some helper abstractions to do this. We should likely find a generic way to pull them into this addon.
@trentmwillis Yes! That code chunk looks like the right path.