Skip to content

Commit

Permalink
adding ember-qunit-4 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Feb 17, 2021
1 parent de30bfb commit 7d7cd6d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 10 additions & 1 deletion config/ember-try.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,16 @@ module.exports = async function() {
mochaScenario({
name: 'embroider-optimized-with-mocha'
})
)
),
{
name: 'ember-qunit-4',
npm: {
devDependencies: {
'ember-source': await getChannelURL('release'),
'ember-qunit': '^4.6.0'
}
}
},
]
};
};
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@
"testdouble": "^3.16.1"
},
"peerDependencies": {
"@ember/test-helpers": "*",
"ember-mocha": "*",
"ember-qunit": "*",
"qunit": "*"
Expand All @@ -110,6 +109,9 @@
},
"ember-qunit": {
"optional": true
},
"qunit": {
"optional": true
}
},
"engines": {
Expand Down Expand Up @@ -140,4 +142,4 @@
"node": "10.23.0",
"yarn": "1.22.10"
}
}
}

0 comments on commit 7d7cd6d

Please sign in to comment.