Skip to content

Commit

Permalink
Add additional dependency requirements for ember 3.x testing
Browse files Browse the repository at this point in the history
  • Loading branch information
leepfrog committed Aug 3, 2023
1 parent a34b757 commit 349dd71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ module.exports = async function () {
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'ember-source': '~3.28.0',
'ember-source': '~3.28.3',
'ember-cli': '~3.28.0',
'@ember/test-helpers': '^2.4.2',
},
},
},
Expand Down

0 comments on commit 349dd71

Please sign in to comment.