Home
last modified time | relevance | path

Searched refs:assertSystemRequirementsAsync (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/options/__tests__/
H A DresolveDevice-test.ts1 import { assertSystemRequirementsAsync } from '../../../../start/platforms/ios/assertSystemRequirem…
39 assertSystemRequirementsAsync: jest.fn(),
61 expect(assertSystemRequirementsAsync).toBeCalled();
72 expect(assertSystemRequirementsAsync).toBeCalled();
82 expect(assertSystemRequirementsAsync).toBeCalled();
92 expect(assertSystemRequirementsAsync).toBeCalled();
102 expect(assertSystemRequirementsAsync).toBeCalled();
/expo/packages/@expo/cli/src/start/platforms/ios/__tests__/
H A DApplePlatformManager-test.ts4 import { assertSystemRequirementsAsync } from '../assertSystemRequirements';
47 expect(assertSystemRequirementsAsync).toHaveBeenCalledTimes(1);
79 expect(assertSystemRequirementsAsync).toHaveBeenCalledTimes(1);
/expo/packages/@expo/cli/src/start/platforms/ios/__mocks__/
H A DassertSystemRequirements.ts1 export const assertSystemRequirementsAsync = jest.fn(async () => {}); constant
/expo/packages/@expo/cli/src/start/platforms/ios/
H A DassertSystemRequirements.ts5 export async function assertSystemRequirementsAsync() { function
H A DAppleDeviceManager.ts7 import { assertSystemRequirementsAsync } from './assertSystemRequirements';
74 static assertSystemRequirementsAsync = assertSystemRequirementsAsync; property in AppleDeviceManager
H A DApplePlatformManager.ts36 await AppleDeviceManager.assertSystemRequirementsAsync();
/expo/packages/@expo/cli/src/run/ios/options/
H A DresolveDevice.ts7 import { assertSystemRequirementsAsync } from '../../../start/platforms/ios/assertSystemRequirement…
44 await assertSystemRequirementsAsync();