Skip to content

Commit

Permalink
Restore ember-try config
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Sep 27, 2023
1 parent bd78a53 commit b31217a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,28 @@ module.exports = async function () {
return {
usePnpm: true,
scenarios: [
{
// this is currently the version in package.json, so no dependency changes are needed
name: 'ember-qunit-4',
npm: {
devDependencies: {
'ember-qunit': '^4.0.0',
'ember-source': '~3.28.0',
'@ember/test-helpers': null,
qunit: null,
},
},
},
{
name: 'ember-qunit-5',
npm: {
devDependencies: {
'ember-qunit': '^5.0.0-beta.4',
'@ember/test-helpers': '^2.0.0-beta.6',
qunit: '^2.11.0',
},
},
},
{
name: 'ember-lts-3.28',
npm: {
Expand Down

0 comments on commit b31217a

Please sign in to comment.