Update environment to 3.0 conventions

This commit is contained in:
Michael Lange 2019-03-13 19:15:25 -07:00
parent 3c31bbf393
commit 3b2cdb426d
1 changed files with 1 additions and 0 deletions

View File

@ -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,