Skip to content

Commit

Permalink
Merge pull request #156 from glimmerjs/fix-deploy
Browse files Browse the repository at this point in the history
fix deploys
  • Loading branch information
chadhietala authored Jul 25, 2022
2 parents 966421f + 0e2a72a commit 88b4cba
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 88b4cba

Please sign in to comment.