Skip to content

Commit

Permalink
Pin ember-qunit to v6 in the 3.28 scenario
Browse files Browse the repository at this point in the history
v7+ doesn't support Ember 3.28
  • Loading branch information
Windvis committed Sep 13, 2023
1 parent 966ce34 commit 43a06b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = async function () {
devDependencies: {
'ember-source': '~3.28.0',
'ember-cli': '~3.28.0',
'ember-qunit': '^6.0.0',
},
},
},
Expand Down

0 comments on commit 43a06b9

Please sign in to comment.