Searched refs:ensureSimulatorOpenAsync (Results 1 – 4 of 4) sorted by relevance
32 export async function ensureSimulatorOpenAsync( function63 return await ensureSimulatorOpenAsync({ udid, osType }, false);87 const booted = await ensureSimulatorOpenAsync(device);107 return ensureSimulatorOpenAsync({ osType: this.device.osType, udid: this.device.udid });
5 ensureSimulatorOpenAsync,98 return ensureSimulatorOpenAsync({ udid: device.udid });
51 ensureSimulatorOpenAsync: jest.fn(async (obj) => obj),
24 const simulator = await Simulator.ensureSimulatorOpenAsync();