UI support for service update via tosca template import
[sdc.git] / openecomp-ui / test-utils / shim.js
1 global.requestAnimationFrame = callback => setTimeout(callback, 0);