Home
last modified time | relevance | path

Searched refs:oldDevice (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/
H A Dproxy.ts86 const oldDevice = this.devices.get(deviceId); constant
95 if (oldDevice) {
99 oldDevice.handleDuplicateDeviceConnection(newDevice);
/expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/__tests__/
H A Dproxy.test.ts200 const oldDevice = expoProxy.devices.get('samedevice'); constant
201 expect(oldDevice).toBeDefined();
204 const deviceDebugHandler = jest.spyOn(oldDevice!, 'handleDebuggerConnection');
222 expect(newDevice).not.toBe(oldDevice);