mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
Codemod tests to use top-level-requires
Reviewed By: @DmitrySoshnikov Differential Revision: D2456250
This commit is contained in:
committed by
facebook-github-bot-5
parent
3fca7f4d7b
commit
fa01b2e4cb
@@ -9,6 +9,3 @@
|
||||
'use strict';
|
||||
|
||||
global.__DEV__ = true;
|
||||
global.setImmediate = global.setImmediate || function(fn) {
|
||||
return setTimeout(fn, 0);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user