Skip to content

Commit

Permalink
Launch tests on ember-test-helpers 3
Browse files Browse the repository at this point in the history
  • Loading branch information
francois2metz committed Aug 23, 2023
1 parent 57d36f7 commit b4a27c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
- ember-beta
- ember-canary
- ember-modifier-4
- ember-test-helpers-3
- embroider-safe
- embroider-optimized

Expand Down
8 changes: 8 additions & 0 deletions test-app/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-3',
npm: {
devDependencies: {
'@ember/test-helpers': '^3.0.0',
},
},
},
{
name: 'ember-release',
npm: {
Expand Down

0 comments on commit b4a27c6

Please sign in to comment.