commit | 1801b24389baa8e3f7298ff2c41e2512b19c1290 | [log] [tgz] |
---|---|---|
author | Einav Weiss Keidar <einavw@amdocs.com> | Mon Aug 13 16:19:46 2018 +0300 |
committer | Avi Gaffa <avi.gaffa@amdocs.com> | Mon Feb 11 13:50:22 2019 +0000 |
tree | d3d2a15f53aa28698280d609548298d177f9280d | |
parent | af8e36eb7f43803bd9cf40e9b46a0c0c8f47c781 [diff] [blame] |
react 16 upgrade Issue-ID: SDC-1762 Change-Id: I7701f12fc63bb09f8c985c7c893b984701dcbfab Signed-off-by: Einav Keidar <einavw@amdocs.com>
diff --git a/openecomp-ui/test-utils/shim.js b/openecomp-ui/test-utils/shim.js new file mode 100644 index 0000000..8cd4c20 --- /dev/null +++ b/openecomp-ui/test-utils/shim.js
@@ -0,0 +1 @@ +global.requestAnimationFrame = callback => setTimeout(callback, 0);