| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import { fireEvent, render, screen } from '@testing-library/react'; |
| 3 | import Dropdown from '../src/Dropdown'; |
| 4 | import DropdownItem from '../src/DropdownItem'; |
nothing calls this directly
no test coverage detected