Skip to content

Commit efd46fd

Browse files
committed
fixing embroider-optimized
won't actually pass until embroider-build/embroider#1743
1 parent 6fb060f commit efd46fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
- ember-beta
8484
- ember-canary
8585
- embroider-safe
86+
- embroider-optimized
8687

8788
steps:
8889
- uses: actions/checkout@v3

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

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

99
test('stand alone templates have AST plugins ran', async function (assert) {
10-
await render(hbs`{{x-module-name-inlined-component}}`);
10+
await render(hbs`<XModuleNameInlinedComponent/>`);
1111

1212
assert.strictEqual(
1313
this.element.textContent.trim(),

0 commit comments

Comments
 (0)