blob: cb42fc6816c9ae7198e2e7f1fc1d9e0635d53ff9 [file] [log] [blame]
// This file is imported by Jest to avoid a React Warning:
// Warning: React depends on requestAnimationFrame. Make sure that you load a
// polyfill in older browsers. http://fb.me/react-polyfills
// See https://github.com/facebook/jest/issues/4545#issuecomment-332762365 for details
global.requestAnimationFrame = (callback) => {
setTimeout(callback, 0);
};