Skip to content

Commit e965739

Browse files
Merge pull request #321 from NullVoxPopuli-ai-agent/fix/bump-test-helpers-for-require
Bump @ember/test-helpers to ^4 in ember4 try scenarios
2 parents 98674b0 + 4e7cdc0 commit e965739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-app/.try.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ module.exports = async function (defaults) {
1717
};
1818

1919
const ember4 = {
20-
'@ember/test-helpers': '^3.2.1',
21-
'@ember/test-waiters': '^3.0.0',
20+
'@ember/test-helpers': '^4.0.0',
21+
'@ember/test-waiters': '^3.1.0',
2222
'@embroider/compat': '^4.0.3',
2323
'ember-qunit': '^8.0.0',
2424
'ember-cli': '~4.12.0',

0 commit comments

Comments
 (0)