Skip to content

Commit 1021d80

Browse files
committed
fix
1 parent c27feea commit 1021d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aria/private/behaviors/list/list.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ describe('List Behavior', () => {
171171
});
172172

173173
it('should have a tabindex of 0', () => {
174-
expect(list.tabindex()).toBe(-1);
174+
expect(list.tabIndex()).toBe(-1);
175175
});
176176
});
177177

0 commit comments

Comments
 (0)