| 1 | import { mockGitHubCloudAccount } from '../../__mocks__/account-mocks'; |
| 2 | |
| 3 | import { FetchIssueByNumberDocument } from './graphql/generated/graphql'; |
| 4 | import type { OctokitClient } from './octokit'; |
nothing calls this directly
no test coverage detected