diff --git a/ui/config/environment.js b/ui/config/environment.js index 1ae693c24..f7f55db36 100644 --- a/ui/config/environment.js +++ b/ui/config/environment.js @@ -51,6 +51,7 @@ module.exports = function(environment) { ENV.APP.LOG_VIEW_LOOKUPS = false; ENV.APP.rootElement = '#ember-testing'; + ENV.APP.autoboot = false; ENV.browserify = { tests: true,