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

Class

ng-dev/release/publish/test/delegate-test-action.ts:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 * release action class. This allows us to add unit tests.
19 */
20export class DelegateTestAction extends ReleaseAction {
21 override async getDescription() {
22 return 'Test action';
23 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected