Codemod tests to use top-level-requires

Reviewed By: @DmitrySoshnikov

Differential Revision: D2456250
This commit is contained in:
Christoph Pojer
2015-09-17 18:34:14 -07:00
committed by facebook-github-bot-5
parent 3fca7f4d7b
commit fa01b2e4cb
22 changed files with 162 additions and 220 deletions

View File

@@ -9,6 +9,3 @@
'use strict';
global.__DEV__ = true;
global.setImmediate = global.setImmediate || function(fn) {
return setTimeout(fn, 0);
};