Skip to content

Commit

Permalink
add useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stilt0n committed Jan 13, 2025
1 parent 6c1642c commit d7201ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ describe('Given Gallery Pagination component', () => {
expect(getAllByRole('listitem')).toHaveLength(7);
});

// troubleshoot these
it('should set aria current based on search params', () => {
withMockNavigation({ searchParams: { page: '4' } });
render(<GalleryPagination pageCount={10} />);
Expand Down

0 comments on commit d7201ca

Please sign in to comment.