We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbba998 commit 9420705Copy full SHA for 9420705
test-app/config/ember-try.js
@@ -11,6 +11,10 @@ module.exports = async function () {
11
name: 'ember-lts-3.28',
12
npm: {
13
devDependencies: {
14
+ '@ember/test-helpers': '2.7.0',
15
+ '@types/ember__test-helpers': '2.8.3',
16
+ '@types/ember-qunit': '6.1.1',
17
+ 'ember-qunit': '6.0.0',
18
'ember-source': '~3.28.0',
19
},
20
@@ -19,6 +23,10 @@ module.exports = async function () {
23
name: 'ember-lts-4.4',
24
21
25
26
27
28
29
22
30
'ember-source': '~4.4.0',
31
32
0 commit comments