()
| 857 | // Sanity check for bvaughn/react-virtualized/pull/348 |
| 858 | it('should render an empty body if :rowCount or :columnCount changes to 0', () => { |
| 859 | function noContentRenderer() { |
| 860 | return <div>No data</div>; |
| 861 | } |
| 862 | |
| 863 | let list = findDOMNode( |
| 864 | render( |
no outgoing calls
no test coverage detected
searching dependent graphs…