Update be-common and tosca-parser
[sdc.git] / openecomp-ui / test-utils / shim.js
1 global.requestAnimationFrame = callback => setTimeout(callback, 0);