Simplify ModuleConfig array format

Reviewed By: lexs, mhorowitz

Differential Revision: D3901563

fbshipit-source-id: 70aea19db1b01170be57b74ccfa1a306dfa1f362
This commit is contained in:
Pieter De Baets
2016-09-23 11:12:53 -07:00
committed by Facebook Github Bot 8
parent acdd08aef7
commit ff79224d37
4 changed files with 13 additions and 30 deletions

View File

@@ -10,8 +10,8 @@
*/
'use strict';
var remoteModulesConfig = [
['RemoteModule1',['remoteMethod1','remoteMethod2'],[],[]],
['RemoteModule2',['remoteMethod1','remoteMethod2'],[],[]],
['RemoteModule1',null,['remoteMethod1','remoteMethod2'],[],[]],
['RemoteModule2',null,['remoteMethod1','remoteMethod2'],[],[]],
];
var MessageQueueTestConfig = {