Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Dec 20, 2024
1 parent c712c70 commit cc1cab9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Listbox/index.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { render, screen, fireEvent, waitFor } from '@testing-library/react';
import Listbox from './';
import { ListboxGroup, ListboxOption } from './';
import axe from '../../axe';
import userEvent from '@testing-library/user-event';

const assertListItemIsActive = (index: number) => {
const activeOption = screen.getAllByRole('option')[index];
Expand Down

0 comments on commit cc1cab9

Please sign in to comment.