Summary: When running tests locally, some are quite flaky, and there is a lot of error logging noise. This diff doesn't remove all of it, but does reduce it significantly. Reviewed By: nikoant Differential Revision: D20034619 fbshipit-source-id: 183f74475b644f803b2f92b1b1301f4d0f6e193a
11 lines
247 B
JavaScript
11 lines
247 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
|
|
*/
|
|
|
|
global.fetch = require('jest-fetch-mock');
|