(private readonly snack: SnackReporter)
| 11 | public onDelete: () => void = () => {}; |
| 12 | |
| 13 | public constructor(private readonly snack: SnackReporter) { |
| 14 | super(); |
| 15 | } |
| 16 | |
| 17 | protected requestItems = (): Promise<IApplication[]> => |
| 18 | axios |
nothing calls this directly
no outgoing calls
no test coverage detected