We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 785b21a commit 29bc923Copy full SHA for 29bc923
1 file changed
test-app/config/ember-try.js
@@ -3,6 +3,13 @@
3
const getChannelURL = require('ember-source-channel-url');
4
5
module.exports = async function () {
6
+ const ember4 = {
7
+ '@ember/test-helpers': '^3.2.1',
8
+ '@ember/test-waiters': '^3.0.0',
9
+ 'ember-qunit': '^8.0.0',
10
+ 'ember-resolver': '^10.0.0',
11
+ 'ember-cli': '~4.12.0',
12
+ };
13
return {
14
usePnpm: true,
15
scenarios: [
@@ -11,7 +18,7 @@ module.exports = async function () {
18
npm: {
19
devDependencies: {
20
'ember-source': '~4.2.0',
- 'ember-cli': '~4.12.0',
21
+ ...ember4,
22
},
16
23
17
24
@@ -29,7 +36,7 @@ module.exports = async function () {
29
36
30
37
31
38
'ember-source': '~4.12.0',
32
39
33
40
34
41
35
42
0 commit comments