react-toolbox/jest.polyfills.js

4 lines
83 B
JavaScript

global.requestAnimationFrame = function (callback) {
setTimeout(callback, 0);
};