Support to change substitution mapping node or version after service creation
[sdc.git] / openecomp-ui / test-utils / shim.js
1 global.requestAnimationFrame = callback => setTimeout(callback, 0);