| 1 | import {DiffAddedIcon} from '@primer/octicons-react' |
| 2 | import {fireEvent, render as _render, waitFor, within, act} from '@testing-library/react' |
| 3 | import userEvent from '@testing-library/user-event' |
| 4 | import type {UserEvent} from '@testing-library/user-event/dist/types/setup/setup' |
nothing calls this directly
no test coverage detected