UNPKG

rv-window-scroller

Version:

Window scroller component for react-virtualized and react-window

7 lines (6 loc) 130 B
"use strict"; jest.mock('dom-helpers/scrollbarSize', function () { return function getScrollbarSize() { return 20; }; });