Skip to content

Commit

Permalink
fix: move @ember/test-helpers to dependencies (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklkv authored Oct 23, 2024
1 parent 5de68e2 commit 7f63845
Show file tree
Hide file tree
Showing 3 changed files with 2,439 additions and 6,971 deletions.
2 changes: 2 additions & 0 deletions config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = async function () {
'ember-source': '~3.28.0',
'@ember/test-helpers': '^2.9.3',
'ember-qunit': '^6.2.0',
'ember-cli-fastboot-testing': '0.6.1',
},
},
},
Expand Down Expand Up @@ -81,6 +82,7 @@ module.exports = async function () {
'ember-source': '~3.28.0',
'@ember/test-helpers': '^2.9.3',
'ember-qunit': '^6.2.0',
'ember-cli-fastboot-testing': '0.6.1',
},
ember: {
edition: 'classic',
Expand Down
Loading

0 comments on commit 7f63845

Please sign in to comment.