Skip to content

Commit

Permalink
fixing embroider-optimized
Browse files Browse the repository at this point in the history
won't actually pass until embroider-build/embroider#1743
  • Loading branch information
ef4 committed Dec 23, 2023
1 parent 6fb060f commit efd46fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
- ember-beta
- ember-canary
- embroider-safe
- embroider-optimized

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/components/ast-plugins-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module('tests/integration/components/ast-plugins-test', function (hooks) {
setupRenderingTest(hooks);

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

assert.strictEqual(
this.element.textContent.trim(),
Expand Down

0 comments on commit efd46fd

Please sign in to comment.