Skip to content

Commit b142ff4

Browse files
committed
chore: tweak version
1 parent cbb8962 commit b142ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/components/shadow-root/component-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module('Integration | Component | shadow-root', function (hooks) {
1616

1717
// Ember classic that uses template-only-glimmer-components
1818
// No way to check if that feature is enabled https://github.com/pzuraq/ember-compatibility-helpers/issues/27
19-
if (macroCondition(dependencySatisfies('ember-source', '<=3.24.0'))) {
19+
if (macroCondition(dependencySatisfies('ember-source', '~3.24.0'))) {
2020
console.log('<');
2121
console.log(find('div').innerHTML);
2222
console.log(find('div > div').innerHTML);

0 commit comments

Comments
 (0)