Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
fix: change the component test to angle bracket style
Browse files Browse the repository at this point in the history
  • Loading branch information
MitanOmar committed Mar 22, 2023
1 parent 6aab55d commit ff80012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/components/in-viewport/component-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module("Integration | Component | in viewport", function (hooks) {
await render(hbs`
<div class="parent" style="heigth: 20px; overflow: scroll;">
<div class="child" style="heigth: 2000px;">
{{#in-viewport}}test{{/in-viewport}}
<InViewport>test</InViewport>
</div>
</div>
`);
Expand Down

0 comments on commit ff80012

Please sign in to comment.