ember-dynamic-component icon indicating copy to clipboard operation
ember-dynamic-component copied to clipboard

How to `need` this in a unit test

Open samselikoff opened this issue 11 years ago • 4 comments

Tried

needs: ['view:dynamic-component']
needs: ['component:dynamic-component']
needs: ['helper:dynamic-component']

but they aren't working.

ps - thanks for this! it rules.

samselikoff avatar Dec 12 '14 19:12 samselikoff

@rwjblue any tips here?

samselikoff avatar Dec 24 '14 19:12 samselikoff

I will pay someone a dollar, i'm desparate. specs must pass.

samselikoff avatar Jan 02 '15 21:01 samselikoff

van you share a simple repo to eyeball?

rwjblue avatar Jan 02 '15 21:01 rwjblue

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).

samselikoff avatar Jan 02 '15 23:01 samselikoff