Searched refs:getBestUnbootedSimulatorAsync (Results 1 – 3 of 3) sorted by relevance
5 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(
51 export async function getBestUnbootedSimulatorAsync({ osType }: DeviceContext = {}): Promise< function106 return await getBestUnbootedSimulatorAsync({ osType });
11 getBestUnbootedSimulatorAsync,45 const bestUdid = await getBestUnbootedSimulatorAsync({ osType });