Add tests for getRemoteFileMap

Reviewed By: mjesun

Differential Revision: D6711831

fbshipit-source-id: e5323e35a86ae03a8acee8c8d9e389218315d46f
This commit is contained in:
John Knox 2018-01-16 02:27:50 -08:00 committed by Facebook Github Bot
parent b8fa8e0a7e
commit 826d68d4f5
1 changed files with 2 additions and 0 deletions

View File

@ -25,11 +25,13 @@ export type RemoteFileMap = {
[number]: string,
},
},
__proto__: null,
};
// Structure of the object: platform.dir.name.scale = asset
export type PlatformRemoteFileMap = {
[string]: RemoteFileMap,
__proto__: null,
};
type SubTree<T: ModuleTransportLike> = (