Skip to content

Commit 5100a3a

Browse files
committed
fix test
1 parent c1b8107 commit 5100a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__tests__/tests.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1599,7 +1599,7 @@ describe('htmlbars-inline-precompile', function () {
15991599
precompileTemplate("Icon", {
16001600
strictMode: true,
16011601
}),
1602-
templateOnly(undefined, "Icon")
1602+
templateOnly(undefined, "foo-bar:Icon")
16031603
);
16041604
`);
16051605
});
@@ -2166,7 +2166,7 @@ describe('htmlbars-inline-precompile', function () {
21662166
import { precompileTemplate } from "@ember/template-compilation";
21672167
import { setComponentTemplate } from "@ember/component";
21682168
import templateOnly from "@ember/component/template-only";
2169-
const MyComponent = setComponentTemplate(precompileTemplate('<HelloWorld />', { strictMode: true, scope: () => ({ HelloWorld }) }), templateOnly(undefined, "MyComponent"));
2169+
const MyComponent = setComponentTemplate(precompileTemplate('<HelloWorld />', { strictMode: true, scope: () => ({ HelloWorld }) }), templateOnly(undefined, "foo-bar:MyComponent"));
21702170
`);
21712171
});
21722172

0 commit comments

Comments
 (0)