Home
last modified time | relevance | path

Searched refs:mockPlatform (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/cli/src/start/platforms/android/__tests__/
H A DactivateWindow-test.ts10 function mockPlatform(value: typeof process.platform) { function
17 mockPlatform(platform);
21 mockPlatform('win32');
27 mockPlatform('darwin');
33 mockPlatform('darwin');
42 mockPlatform('darwin');
H A Dgradle-test.ts15 const mockPlatform = (value: string) => constant
21 mockPlatform(platform);
96 mockPlatform('darwin');
105 mockPlatform('darwin');
120 mockPlatform('darwin');
/expo/packages/@expo/cli/src/utils/__tests__/
H A Dterminal-test.ts5 const mockPlatform = (value: typeof process.platform) => constant
11 mockPlatform(platform);
27 mockPlatform('darwin');
33 mockPlatform('win32');
39 mockPlatform('darwin');
49 mockPlatform(platform);
55 mockPlatform(platform);
H A Dtar-test.ts11 function mockPlatform(value: typeof process.platform) { function
27 mockPlatform(originalPlatform);
32 mockPlatform('darwin');
51 mockPlatform('darwin');
61 mockPlatform('win32');
/expo/packages/@expo/cli/src/run/ios/__tests__/
H A DrunIosAsync-test.ts62 const mockPlatform = (value: typeof process.platform) => constant
70 mockPlatform(platform);
77 mockPlatform('win32');
83 mockPlatform('darwin');
119 mockPlatform('darwin');
/expo/packages/@expo/cli/src/start/doctor/apple/__tests__/
H A DXcodePrerequisite-test.ts42 const mockPlatform = (value: string) => constant
48 mockPlatform(platform);
80 mockPlatform(platform);