Home
last modified time | relevance | path

Searched refs:logProjectLogsLocation (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/__tests__/
H A DrunIosAsync-test.ts5 import { logProjectLogsLocation } from '../../hints';
13 logProjectLogsLocation: jest.fn(),
107 expect(logProjectLogsLocation).toBeCalled();
155 expect(logProjectLogsLocation).toBeCalled();
/expo/packages/@expo/cli/src/run/ios/
H A DrunIosAsync.ts14 import { logProjectLogsLocation } from '../hints';
62 logProjectLogsLocation();
/expo/packages/@expo/cli/src/run/android/
H A DrunAndroidAsync.ts11 import { logProjectLogsLocation } from '../hints';
60 logProjectLogsLocation();
/expo/packages/@expo/cli/src/run/
H A Dhints.ts11 export function logProjectLogsLocation() { function