Skip to content

Commit

Permalink
Move test helper to dev for 3.28
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Sep 24, 2024
1 parent 1ccfd34 commit a92bb60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/main/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,10 @@ module.exports = function () {
name: 'ember-lts-3.28',
npm: {
devDependencies: {
'@ember/test-helpers': '3.3.0',
'ember-source': '~3.28.0',
'ember-cli': '~4.12.2',
},
overrides: {
'@ember/test-helpers': '3.3.0',
},
pnpm: {
patchedDependencies: {
'@ember/test-helpers@3.3.0': 'patches/@ember__test-helpers@3.3.0.patch',
Expand Down

0 comments on commit a92bb60

Please sign in to comment.