()
| 4 | it("should pass both render and children prop", () => { |
| 5 | const children = "some children"; |
| 6 | const render = () => {}; |
| 7 | const props = { |
| 8 | component: () => null, |
| 9 | children, |
no outgoing calls
no test coverage detected
searching dependent graphs…