()
| 7 | const mockRequestLogPlugin = jest.fn() |
| 8 | |
| 9 | function makeMockGetOctokit() { |
| 10 | return jest.fn().mockReturnValue('mock-client') |
| 11 | } |
| 12 | |
| 13 | test('passes token and merged defaults to underlying getOctokit', () => { |
| 14 | const raw = makeMockGetOctokit() |
no outgoing calls
no test coverage detected