ember-cli-addon-tests icon indicating copy to clipboard operation
ember-cli-addon-tests copied to clipboard

Add support for testing as a nested addon

Open kellyselden opened this issue 8 years ago • 2 comments
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.

kellyselden avatar Jan 22 '17 20:01 kellyselden

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.

See here for instance.

trentmwillis avatar May 23 '17 03:05 trentmwillis

@trentmwillis Yes! That code chunk looks like the right path.

kellyselden avatar May 24 '17 18:05 kellyselden