Skip to content

Commit

Permalink
fix deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
chadhietala committed Jul 25, 2022
1 parent 966421f commit 0e2a72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@glimmerx/core/tests/render-tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function renderTests(
});

test('a component can render with helpers', async (assert) => {
const myHelper = helper(([name]: string, { greeting }: { greeting: string }) => {
const myHelper = helper(([name], { greeting }: { greeting: string }) => {
return `helper ${greeting} ${name}`;
});

Expand Down

0 comments on commit 0e2a72a

Please sign in to comment.