Skip to content

Commit

Permalink
setup graph package to handle 6.x deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Nov 21, 2024
1 parent cff417f commit c427f45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ember-data__graph/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ module.exports = async function (defaults) {

setConfig(app, __dirname, {
compatWith: process.env.EMBER_DATA_FULL_COMPAT ? '99.0' : null,
deprecations: {
DISABLE_6X_DEPRECATIONS: false,
},
});

app.import('node_modules/@warp-drive/diagnostic/dist/styles/dom-reporter.css');
Expand Down

0 comments on commit c427f45

Please sign in to comment.