react 16 upgrade
[sdc.git] / openecomp-ui / test-utils / shim.js
1 global.requestAnimationFrame = callback => setTimeout(callback, 0);