Skip to content

Commit

Permalink
chore: Temporarily downgraded @ember/test-helpers to v2.7.0 so that 3…
Browse files Browse the repository at this point in the history
….28 and 4.4 ember-try scenarios run
  • Loading branch information
ijlee2 committed Mar 8, 2023
1 parent fbba998 commit 9420705
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ module.exports = async function () {
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'@ember/test-helpers': '2.7.0',
'@types/ember__test-helpers': '2.8.3',
'@types/ember-qunit': '6.1.1',
'ember-qunit': '6.0.0',
'ember-source': '~3.28.0',
},
},
Expand All @@ -19,6 +23,10 @@ module.exports = async function () {
name: 'ember-lts-4.4',
npm: {
devDependencies: {
'@ember/test-helpers': '2.7.0',
'@types/ember__test-helpers': '2.8.3',
'@types/ember-qunit': '6.1.1',
'ember-qunit': '6.0.0',
'ember-source': '~4.4.0',
},
},
Expand Down

0 comments on commit 9420705

Please sign in to comment.