Home
last modified time | relevance | path

Searched refs:dependencyGraphLoading (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/cli/src/start/server/metro/__tests__/
H A DTerminalReporter-test.ts23 reporter.dependencyGraphLoading = jest.fn();
28 expect(reporter.dependencyGraphLoading).toHaveBeenCalledWith(true);
/expo/packages/@expo/cli/src/start/server/metro/
H A DTerminalReporter.ts60 return this.dependencyGraphLoading(event.hasReducedPerformance);
83 dependencyGraphLoading(hasReducedPerformance: boolean): void {} method in TerminalReporter
H A DMetroTerminalReporter.ts97 dependencyGraphLoading(hasReducedPerformance: boolean): void { method in MetroTerminalReporter