Skip to content

Commit

Permalink
reset ENV.APP.rootElement to #ember-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cravay committed Oct 19, 2018
1 parent 9698ad6 commit 01b6e9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environment.js
Expand Up @@ -39,6 +39,8 @@ module.exports = function(environment) {
// keep test console output quieter
ENV.APP.LOG_ACTIVE_GENERATION = false;
ENV.APP.LOG_VIEW_LOOKUPS = false;

ENV.APP.rootElement = '#ember-testing';
ENV.APP.autoboot = false;
}

Expand Down

0 comments on commit 01b6e9c

Please sign in to comment.