()
| 130 | fulfilled(): Promise<any>; |
| 131 | fulfilledWith(value: any): Promise<any>; |
| 132 | rejected(): Promise<any>; |
| 133 | rejectedWith(err: Function | string | RegExp, properties?: {}): Promise<any>; |
| 134 | rejectedWith(properties: {}): Promise<any>; |
| 135 |
no outgoing calls
no test coverage detected