(fn: (taskId: string) => Promise<any>)
| 85 | } |
| 86 | |
| 87 | export function registerGetTask(fn: (taskId: string) => Promise<any>): void { |
| 88 | _registerGetTask(fn); |
| 89 | } |
| 90 | |
| 91 | export function testPushError(msg: string): void { |
| 92 | _testPushError(msg); |
no test coverage detected