Skip to content

Commit

Permalink
Add separate test app for testing old TS types (TS < 5.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 1, 2025
1 parent 27ae757 commit 04fadd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test-app/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ module.exports = async function () {

const ember4Deps = {
...ember3Deps,
'@ember/test-waiters': '^3.0.0',
'@ember/test-helpers': '^3.0.0',
'ember-qunit': '^9.0.1',
'ember-resolver': '^10.0.0',
};

const ember5Deps = {
Expand Down

0 comments on commit 04fadd1

Please sign in to comment.