Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/src/__tests__/
H A DPermissionsHook-test.ts67 const logError = jest.spyOn(console, 'error').mockImplementation(); constant
83 expect(logError).not.toHaveBeenCalled();
84 logError.mockRestore();
/expo/packages/@expo/cli/src/start/server/metro/
H A DTerminalReporter.ts29 export function logError(terminal: Terminal, format: string, ...args: any[]): void { function
/expo/apps/native-component-list/src/components/FunctionDemo/
H A DFunctionDemo.tsx154 logError(e, generateFunctionSignature({ namespace, name, parameters, args }));
200 function logError(e: unknown, functionSignature: string) {