| 1 | import { expect, test } from 'vitest'; |
| 2 | import { fireEvent, screen, waitFor } from '@testing-library/react'; |
| 3 | import { render } from 'utils/testRenderer'; |
| 4 | import { AddDependencyDialogue } from './AddDependencyDialogue.tsx'; |
nothing calls this directly
no test coverage detected