Files
ASHEBShop-h5/node_modules/react-virtualized/dist/es/jest-setup.js
T
2017-05-10 16:33:00 +08:00

8 lines
232 B
JavaScript

jest.mock('dom-helpers/util/scrollbarSize', function () {
return function getScrollbarSize() {
return 20;
};
});
// Polyfill requestAnimationFrame() for ReactDOMFrameScheduling
global.requestAnimationFrame = require('raf');