duizendnegen / ember-cli-lazy-load

Support lazily loading your Ember app via splitting it up into Bundles
MIT License
42 stars 8 forks source link

Run "ember test" fails #2

Open B-Stefan opened 8 years ago

B-Stefan commented 8 years ago

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.