ember-cli-lazy-load icon indicating copy to clipboard operation
ember-cli-lazy-load copied to clipboard

Run "ember test" fails

Open B-Stefan opened this issue 9 years ago • 0 comments

If I try to run ember test it fail because in this test context the configuration can not be loaded from the addon files. We use the ember-get-config package and this seams to be the probelem. If we run the tests direkt in the browser all tests will pass.

if anybody know a better way to access the application config from the addon context please let me know.

B-Stefan avatar Jan 15 '16 09:01 B-Stefan