Skip to content

Commit 53faa2b

Browse files
committed
chore: widen inert test dep range
1 parent be5e25b commit 53faa2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/inert-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module('Unit | inert', function (hooks) {
1212
return Object.keys(window.requirejs.entries).some(e => initializers.some(name => e.includes(name)))
1313
}
1414

15-
if (macroCondition(dependencySatisfies('ember-source', '4.5.0-alpha.3'))) {
15+
if (macroCondition(dependencySatisfies('ember-source', '^4.5.0-alpha.3 || ^4.5.0'))) {
1616

1717
test('polyfill is inert', function(assert) {
1818
assert.strictEqual(hasPolyfill(), false, 'no polyfill');

0 commit comments

Comments
 (0)