Skip to content

Commit 5a90d2a

Browse files
committed
stop testing non-colocating component templates
1 parent 9b0a242 commit 5a90d2a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tests/dummy/app/templates/components/x-module-name-inlined-component.hbs renamed to tests/dummy/app/components/x-module-name-inlined-component.hbs

File renamed without changes.

tests/dummy/app/templates/components/x-module-name-reversed-component.hbs renamed to tests/dummy/app/components/x-module-name-reversed-component.hbs

File renamed without changes.

tests/integration/components/ast-plugins-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module('tests/integration/components/ast-plugins-test', function (hooks) {
1111

1212
assert.strictEqual(
1313
this.element.textContent.trim(),
14-
'dummy/templates/components/x-module-name-inlined-component.hbs',
14+
'dummy/components/x-module-name-inlined-component.hbs',
1515
);
1616
});
1717
});

0 commit comments

Comments
 (0)