Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Sep 19, 2023
1 parent d9aef99 commit 39b1a96
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ describe('AnchorTabs', () => {
expect(document.activeElement).toBe(
tab(value.expectedFinalFocusIndex)
);
expect(tab(value.expectedFinalFocusIndex).ariaSelected).toBe(
'true'
);
expect(
tab(value.expectedFinalFocusIndex).ariaSelected
).toBe('true');
});
});
});
Expand Down

0 comments on commit 39b1a96

Please sign in to comment.