Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Dec 15, 2023
1 parent 138b8d3 commit 6c5e8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"eslint.validate": [
"glimmer-ts",
"glimmer-js"
]
"eslint.validate": ["glimmer-ts", "glimmer-js"]
}
2 changes: 1 addition & 1 deletion tests/integration/components/infinite-scroller-test.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module('infinite-scroller', function (hooks) {
</InfiniteScroller>
</template>);

await scrollToPercentage('.infinite-scroller', 100);
scrollToPercentage('.infinite-scroller', 100);
await scrollToPercentage('.infinite-scroller', 100);

assert.verifySteps(['load more'], 'does not fire if already loading');
Expand Down

0 comments on commit 6c5e8a3

Please sign in to comment.