Use TestDevice from flipper-frontend-core in flipper-ui-core
Summary: See D37139129 Reviewed By: lblasa Differential Revision: D37235567 fbshipit-source-id: a0596ba71fcb8722088e51361774389a7daaebb8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a648861273
commit
fab8849c73
@@ -11,7 +11,7 @@
|
||||
|
||||
import {State} from '../../reducers/index';
|
||||
import configureStore from 'redux-mock-store';
|
||||
import {ArchivedDevice} from 'flipper-frontend-core';
|
||||
import {ArchivedDevice, TestDevice} from 'flipper-frontend-core';
|
||||
import {
|
||||
processStore,
|
||||
determinePluginsToProcess,
|
||||
@@ -37,7 +37,6 @@ import {
|
||||
} from 'flipper-plugin';
|
||||
import {selectPlugin, getAllClients} from '../../reducers/connections';
|
||||
import {TestIdler} from '../Idler';
|
||||
import {TestDevice} from '../../devices/TestDevice';
|
||||
import {FlipperServer} from 'flipper-common';
|
||||
|
||||
const testIdler = new TestIdler();
|
||||
|
||||
Reference in New Issue
Block a user