Skip to content

Commit

Permalink
changes per @rwwagner90's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktrom committed Apr 20, 2018
1 parent 39a8207 commit f905798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,5 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"optionalDependencies": {}
}
}
4 changes: 3 additions & 1 deletion tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ module.exports = function(environment) {
ENV.APP.autoboot = false;
}

if (environment === 'production') {} // eslint-disable-line
if (environment === 'production') {
// noop block
}


return ENV;
Expand Down

0 comments on commit f905798

Please sign in to comment.