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

Class

ng-dev/utils/test/git-client.spec.ts:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164
165describe('AuthenticatedGitClient sanitization', () => {
166 class TestAuthenticatedGitClient extends AuthenticatedGitClient {
167 constructor(token: string, config: any) {
168 super(token, 'user', config, os.tmpdir());
169 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected