Searched refs:uninstallExpoGoIfOutdatedAsync (Results 1 – 2 of 2) sorted by relevance
133 await expect(installer.uninstallExpoGoIfOutdatedAsync(deviceManager)).resolves.toBe(true);143 await expect(installer.uninstallExpoGoIfOutdatedAsync(deviceManager)).resolves.toBe(true);147 await expect(installer.uninstallExpoGoIfOutdatedAsync(deviceManager)).resolves.toBe(false);156 await expect(installer.uninstallExpoGoIfOutdatedAsync(deviceManager)).resolves.toBe(false);166 await expect(installer.uninstallExpoGoIfOutdatedAsync(deviceManager)).resolves.toBe(true);213 installer.uninstallExpoGoIfOutdatedAsync = jest.fn(async () => true);229 installer.uninstallExpoGoIfOutdatedAsync = () => {246 installer.uninstallExpoGoIfOutdatedAsync = jest.fn(async () => false);265 installer.uninstallExpoGoIfOutdatedAsync = jest.fn(async () => false);270 expect(installer.uninstallExpoGoIfOutdatedAsync).not.toBeCalled();[all …]
49 async uninstallExpoGoIfOutdatedAsync(deviceManager: DeviceManager<IDevice>): Promise<boolean> { method in ExpoGoInstaller100 shouldInstall = await this.uninstallExpoGoIfOutdatedAsync(deviceManager);