2016-07-11 20:16:09 +00:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2013-present, Facebook, Inc.
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the BSD-style license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
* of patent rights can be found in the PATENTS file in the same directory.
|
2017-02-25 11:12:41 +00:00
|
|
|
*
|
2017-05-06 03:50:47 +00:00
|
|
|
* @providesModule RNTesterUnitTestsBundle
|
2016-07-11 20:16:09 +00:00
|
|
|
*/
|
2016-11-21 01:49:21 +00:00
|
|
|
'use strict';
|
2016-07-11 20:16:09 +00:00
|
|
|
|
2016-11-21 01:49:21 +00:00
|
|
|
const __fbBatchedBridge = { // eslint-disable-line no-unused-vars
|
2016-08-17 17:37:01 +00:00
|
|
|
flushedQueue: function() {
|
|
|
|
return null;
|
|
|
|
}
|
|
|
|
};
|