Searched refs:ensureSimulatorAppRunningAsync (Results 1 – 4 of 4) sorted by relevance
5 import { ensureSimulatorAppRunningAsync } from '../ensureSimulatorAppRunning';14 await ensureSimulatorAppRunningAsync({ udid: '123' });23 await ensureSimulatorAppRunningAsync({ udid: '123' });39 ensureSimulatorAppRunningAsync({ udid: '123' }, { maxWaitTime: 100 })
1 export const ensureSimulatorAppRunningAsync = jest.fn(async () => {}); constant
10 export async function ensureSimulatorAppRunningAsync( function
8 import { ensureSimulatorAppRunningAsync } from './ensureSimulatorAppRunning';206 await ensureSimulatorAppRunningAsync(this.device);