Searched refs:getBestSimulatorAsync (Results 1 – 3 of 3) sorted by relevance
2 import { getBestSimulatorAsync } from '../getBestSimulator';9 asMock(getBestSimulatorAsync).mockResolvedValueOnce('should-be-first');21 asMock(getBestSimulatorAsync).mockResolvedValueOnce(null);
3 import { getBestSimulatorAsync } from './getBestSimulator';17 const defaultId = await getBestSimulatorAsync({ osType });
99 export async function getBestSimulatorAsync({ osType }: DeviceContext): Promise<string | null> { function