Skip to content

Commit

Permalink
Merge pull request #8076 from michaelchadwick/fix-ember-test-framewor…
Browse files Browse the repository at this point in the history
…k-deprecation-bug

fixed Ember.js test framework deprecation on ember serve
  • Loading branch information
michaelchadwick committed Aug 16, 2024
2 parents 697058a + b6941a5 commit d6fbd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/config/dependency-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

module.exports = {
allowedVersions: {
generateTests: false,
'ember-get-config': '^1.0.0 || ^2.0.0',
'ember-modifier': '^3.0.0 || ^4.0.0',
},
generateTests: false,
};

0 comments on commit d6fbd57

Please sign in to comment.