()
| 173 | |
| 174 | describe('hideTopRightGridScrollbar, hideBottomLeftGridScrollbar should hide the scrollbars', () => { |
| 175 | function getScrollbarSize20() { |
| 176 | return 20; |
| 177 | } |
| 178 | it('should add scroll wrappers to hide scroll bar when configured for fixed columns and rows with scroll interaction', () => { |
| 179 | const rendered = findDOMNode( |
| 180 | render( |
no outgoing calls
no test coverage detected
searching dependent graphs…