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 ed22b49 commit ae33cb7Copy full SHA for ae33cb7
ember_debug_test_app/tests/integration/injection-test.js
@@ -225,10 +225,10 @@ function getLoader(def, req) {
225
module('Integration | Injection', function (hooks) {
226
setupApplicationTest(hooks);
227
228
- if (isInVersionSpecifier('3.16.0')) {
+ if (isInVersionSpecifier('3.16.0', VERSION)) {
229
return;
230
}
231
- if (isInVersionSpecifier('>6.4.0')) {
+ if (isInVersionSpecifier('>6.4.0', VERSION)) {
232
233
234
0 commit comments