Skip to content

Commit

Permalink
Release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jun 6, 2024
1 parent 09edb69 commit 973e007
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zestia/ember-auto-focus",
"version": "5.2.0",
"version": "5.2.1",
"description": "An HTML autofocus solution for Ember apps",
"directories": {
"doc": "doc",
Expand Down
6 changes: 5 additions & 1 deletion tests/integration/modifiers/auto-focus-test.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ module('autoFocus', function (hooks) {
</div>
</template>);

assert.strictEqual(find('.parent').scrollTop, 0);
assert.strictEqual(
find('.parent').scrollTop,
0,
'can pass extra options to focus method'
);
});
});

0 comments on commit 973e007

Please sign in to comment.