From 7ce3bb4e13c25f66cc5c49275ceac6f2de3c2d77 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Sat, 23 Sep 2023 18:08:32 -0400 Subject: [PATCH] Restore ember-try config --- test-app/config/ember-try.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/test-app/config/ember-try.js b/test-app/config/ember-try.js index ccc2f721b..8e911e8c8 100644 --- a/test-app/config/ember-try.js +++ b/test-app/config/ember-try.js @@ -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: {