react-native/Examples/UIExplorer/UIExplorerUnitTests/UIExplorerUnitTestsBundle.js
Bhuwan Khattar fac21168f6 rename UIExplorerUnitTests/TestBundle to UIExplorerUnitTests/UIExplorerUnitTestsBundle
Reviewed By: cpojer

Differential Revision: D4612650

fbshipit-source-id: 395f540cb33594fc72bfd0177d49fd602a4ce3ca
2017-02-27 14:04:56 -08:00

18 lines
491 B
JavaScript

/**
* 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.
*
* @providesModule UIExplorerUnitTestsBundle
*/
'use strict';
const __fbBatchedBridge = { // eslint-disable-line no-unused-vars
flushedQueue: function() {
return null;
}
};