Home
last modified time | relevance | path

Searched refs:getBestUnbootedSimulatorAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A DgetBestSimulator-test.ts5 import { getBestUnbootedSimulatorAsync } from '../getBestSimulator';
13 describe(getBestUnbootedSimulatorAsync, () => {
16 await expect(getBestUnbootedSimulatorAsync()).resolves.toBe('foobar');
21 await expect(getBestUnbootedSimulatorAsync({ osType: 'watchOS' })).resolves.toBe(
30 await expect(getBestUnbootedSimulatorAsync({ osType: 'iOS' })).resolves.toBe(defaultUdid);
35 await expect(getBestUnbootedSimulatorAsync()).resolves.toBe(
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DgetBestSimulator.ts51 export async function getBestUnbootedSimulatorAsync({ osType }: DeviceContext = {}): Promise< function
106 return await getBestUnbootedSimulatorAsync({ osType });
H A DAppleDeviceManager.ts11 getBestUnbootedSimulatorAsync,
45 const bestUdid = await getBestUnbootedSimulatorAsync({ osType });