Skip to content

Commit

Permalink
Merge pull request #963 from Turbo87/qunit4
Browse files Browse the repository at this point in the history
ember-try: Explicitly declare dependencies
  • Loading branch information
Turbo87 authored Jan 18, 2021
2 parents 5fef03f + 460ad76 commit aa40ef0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/dummy/config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ module.exports = async function () {
{
// 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/test-helpers': null,
qunit: null,
},
},
},
{
name: 'ember-qunit-5',
Expand Down

0 comments on commit aa40ef0

Please sign in to comment.