648860c1d2
Signed-off-by: Brian DeHamer <bdehamer@github.com>
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
module.exports = {
|
|
context: {
|
|
repo: { owner: 'test-owner', repo: 'test-repo' },
|
|
runId: 12345,
|
|
serverUrl: 'https://github.com'
|
|
},
|
|
getOctokit: jest.fn()
|
|
}
|