(callIndex)
| 481 | } |
| 482 | |
| 483 | function getPushStatus(callIndex) { |
| 484 | return spy.calls.all()[callIndex].args[0].object; |
| 485 | } |
| 486 | expect(spy).toHaveBeenCalled(); |
| 487 | expect(spy.calls.count()).toBe(4); |
| 488 | const allCalls = spy.calls.all(); |
no outgoing calls
no test coverage detected