Move files to flipper-common
Summary: Moved Logger, sleep, timeout and server contract types to flipper-common packages. Reviewed By: passy Differential Revision: D31475790 fbshipit-source-id: 42d2147698875f9e919ad5250f9953f3bff3ec2d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cfd44b592a
commit
91d96774f6
@@ -11,7 +11,7 @@
|
||||
|
||||
import {render, fireEvent} from '@testing-library/react';
|
||||
import {TestUtils} from '../../';
|
||||
import {sleep} from '../../utils/sleep';
|
||||
import {sleep} from 'flipper-common';
|
||||
import React, {Component} from 'react';
|
||||
import {
|
||||
setGlobalInteractionReporter,
|
||||
|
||||
@@ -11,7 +11,7 @@ import * as React from 'react';
|
||||
import {render, fireEvent, waitFor, act} from '@testing-library/react';
|
||||
|
||||
import {DataInspector} from '../DataInspector';
|
||||
import {sleep} from '../../../utils/sleep';
|
||||
import {sleep} from 'flipper-common';
|
||||
|
||||
const json = {
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user