ember-dynamic-component
ember-dynamic-component copied to clipboard
How to `need` this in a unit test
Tried
needs: ['view:dynamic-component']
needs: ['component:dynamic-component']
needs: ['helper:dynamic-component']
but they aren't working.
ps - thanks for this! it rules.
@rwjblue any tips here?
I will pay someone a dollar, i'm desparate. specs must pass.
van you share a simple repo to eyeball?
Here ya go:
https://github.com/samselikoff/ember-dynamic-component-test
Thanks man. The error happens using dynamic-component within a component (even though it works).