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