mirror of https://github.com/status-im/metro.git
Add tests for getRemoteFileMap
Reviewed By: mjesun Differential Revision: D6711831 fbshipit-source-id: e5323e35a86ae03a8acee8c8d9e389218315d46f
This commit is contained in:
parent
b8fa8e0a7e
commit
826d68d4f5
|
@ -25,11 +25,13 @@ export type RemoteFileMap = {
|
||||||
[number]: string,
|
[number]: string,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
__proto__: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Structure of the object: platform.dir.name.scale = asset
|
// Structure of the object: platform.dir.name.scale = asset
|
||||||
export type PlatformRemoteFileMap = {
|
export type PlatformRemoteFileMap = {
|
||||||
[string]: RemoteFileMap,
|
[string]: RemoteFileMap,
|
||||||
|
__proto__: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
type SubTree<T: ModuleTransportLike> = (
|
type SubTree<T: ModuleTransportLike> = (
|
||||||
|
|
Loading…
Reference in New Issue