1export const downloadExpoGoAsync = jest.fn(
2  async (platform: string): Promise<string> => `/path/to/${platform}/binary`
3);
4