| 1 | // Use a hoist-safe mock factory for '@octokit/oauth-methods' |
| 2 | vi.mock('@octokit/oauth-methods', async () => { |
| 3 | const actual = await vi.importActual<typeof import('@octokit/oauth-methods')>( |
| 4 | '@octokit/oauth-methods', |
nothing calls this directly
no test coverage detected