({index})
| 220 | |
| 221 | it('should support a :rowHeight function', () => { |
| 222 | const rowHeight = ({index}) => 10 + index * 10; |
| 223 | const rendered = findDOMNode( |
| 224 | render( |
| 225 | getMarkup({ |
no outgoing calls
no test coverage detected
searching dependent graphs…