MCPcopy Create free account
hub / github.com/angular/dev-infra / getRepoApiRequestUrl

Function getRepoApiRequestUrl

ng-dev/pr/merge/integration.spec.ts:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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.

Calls

no outgoing calls

Tested by

no test coverage detected