()
| 21 | } |
| 22 | |
| 23 | function mockProcessor() { |
| 24 | const errorCallback = jest.fn() |
| 25 | const processor = ClientsProcessor(mockPeers, errorCallback) |
| 26 | expect(errorCallback).not.toBeCalled() |
| 27 | return processor |
| 28 | } |
| 29 | |
| 30 | test("processes full schema correctly", () => { |
| 31 | const raw = mockRaw() |
no test coverage detected