Files
react-native/Libraries/Utilities/__mocks__/GlobalPerformanceLogger.js
Alexey Lang 1aabbf5dce Allow to create local performance loggers
Reviewed By: bestander

Differential Revision: D14159631

fbshipit-source-id: 62830f67060e575841cbc864dde30c7bee7e7c4c
2019-02-28 03:39:40 -08:00

17 lines
385 B
JavaScript

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
*/
'use strict';
const GlobalPerformanceLogger = jest
.unmock('createPerformanceLogger')
.genMockFromModule('GlobalPerformanceLogger');
module.exports = GlobalPerformanceLogger;