| 28 | }) |
| 29 | } |
| 30 | const resetMock = _ => { |
| 31 | Object.keys(mockeds).forEach((method) => { |
| 32 | InteractorClient[method] = mockeds[method] |
| 33 | }) |
| 34 | } |
| 35 | |
| 36 | describe('InteractorClient', () => { |
| 37 | describe('ping', _ => { |
no outgoing calls
no test coverage detected
searching dependent graphs…