Update jestSupport in preparation for upgrading jest to latest version

This commit is contained in:
Christopher Chedeau
2015-05-13 13:23:08 -07:00
parent 057f5ffc79
commit 1db2f07192
2 changed files with 71 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
*/
'use strict';
global.setImmediate = global.setImmediate || function(fn) {
return setTimeout(fn, 0);
};
window.__DEV__ = true;
window.Env = {};
require.requireActual('./setupEnvPolyfills');