MCPcopy Index your code
hub / github.com/actions/github-script / makeMockGetOctokit

Function makeMockGetOctokit

__test__/create-configured-getoctokit.test.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Calls

no outgoing calls

Tested by

no test coverage detected