()
| 56 | afterEach(() => nock.cleanAll()); |
| 57 | |
| 58 | function getRepoApiRequestUrl(): string { |
| 59 | return `${API_ENDPOINT}/repos/${githubConfig.owner}/${githubConfig.name}`; |
| 60 | } |
| 61 | |
| 62 | /** |
| 63 | * Mocks a branch `package.json` version API request. |
no outgoing calls
no test coverage detected