Skip to content

Commit

Permalink
Add @ember/test-helpers v3 ember-try scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
elwayman02 committed Aug 26, 2024
1 parent 35e80bb commit 1ac0851
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- ember-lts-4.8
- ember-lts-4.12
- ember-lts-5.4
- ember-test-helpers-v3
- ember-release
- embroider-safe
experimental: [false]
Expand Down
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@
"intersection-observer-admin": "^0.3.4"
},
"peerDependencies": {
"@ember/test-helpers": "^3.0.0 || ^4.0.0"
"@ember/test-helpers": "^3.0.0 || ^4.0.0",
"ember-source": "^4.0.0 || ^5.0.0"
},
"peerDependenciesMeta": {
"@ember/test-helpers": {
"optional": false
"optional": true
}
},
"devDependencies": {
Expand Down Expand Up @@ -101,9 +102,6 @@
"fastbootDependencies": [
"crypto"
],
"peerDependencies": {
"ember-source": "^4.0.0 || ^5.0.0"
},
"engines": {
"node": "16.* || >= 18"
},
Expand Down
8 changes: 8 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ module.exports = async function () {
},
},
},
{
name: 'ember-test-helpers-v3',
npm: {
devDependencies: {
'@ember/test-helpers': '^3.3.1',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit 1ac0851

Please sign in to comment.