Skip to content

Commit

Permalink
Enable the RAISE_ON_DEPRECATION flag so tests fail if there is a depr…
Browse files Browse the repository at this point in the history
…ecation
  • Loading branch information
bmac committed Nov 18, 2016
1 parent 3d49afe commit cefebe3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/dummy/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ module.exports = function(environment) {
locationType: 'auto',
EmberENV: {
FEATURES: featureFlags,
ENABLE_DS_FILTER: true

// don't raise on deprecation yet, since there are too many thrown errors;
// this should be addressed in another PR
// RAISE_ON_DEPRECATION: true
ENABLE_DS_FILTER: true,
RAISE_ON_DEPRECATION: true
},

APP: {
Expand Down

0 comments on commit cefebe3

Please sign in to comment.