(props?: TProps)
| 20 | }) |
| 21 | }, |
| 22 | rerender(props?: TProps) { |
| 23 | act(() => { |
| 24 | ReactDOM.render(testHarness(props), container) |
| 25 | }) |
| 26 | }, |
| 27 | unmount() { |
| 28 | act(() => { |
| 29 | ReactDOM.unmountComponentAtNode(container) |
no test coverage detected
searching dependent graphs…