| 1 | import {OrganizationFixture} from 'sentry-fixture/organization'; |
| 2 | import {ProjectFixture} from 'sentry-fixture/project'; |
| 3 | |
| 4 | import {render, screen, userEvent} from 'sentry-test/reactTestingLibrary'; |
nothing calls this directly
no test coverage detected