| 18 | * release action class. This allows us to add unit tests. |
| 19 | */ |
| 20 | export class DelegateTestAction extends ReleaseAction { |
| 21 | override async getDescription() { |
| 22 | return 'Test action'; |
| 23 | } |
nothing calls this directly
no outgoing calls
no test coverage detected