(udid: string)
| 47 | } |
| 48 | |
| 49 | export async function fetchChromeProfile(udid: string): Promise<ChromeProfile> { |
| 50 | return apiRequest<ChromeProfile>(`/api/simulators/${udid}/chrome-profile`); |
| 51 | } |
| 52 | |
| 53 | export async function fetchSimulatorState( |
| 54 | udid: string, |
no test coverage detected