Skip to content

Commit

Permalink
fix: test-helper to overrides
Browse files Browse the repository at this point in the history
- As per [this comment](#1084)
  • Loading branch information
MichalBryxi committed Oct 2, 2024
1 parent 5ea7e2c commit e53ee91
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 @@ -13,9 +13,11 @@ module.exports = async function () {
devDependencies: {
'ember-cli': '~4.12.2',
'ember-source': '~3.28.12',
'@ember/test-helpers': '^2.9.4',
'ember-qunit': '~6.0.0',
},
overrides: {
'@ember/test-helpers': '^2.9.4',
},
},
},
{
Expand Down

0 comments on commit e53ee91

Please sign in to comment.