Home
last modified time | relevance | path

Searched refs:fakeReturnValue (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-location/src/__tests__/
H A DLocation-test.native.ts6 const fakeReturnValue = { constant
22 jest.fn(async () => fakeReturnValue)
45 expect(result).toEqual(fakeReturnValue);
63 emitNativeLocationUpdate(fakeReturnValue);
64 emitNativeLocationUpdate(fakeReturnValue);
133 emitNativeLocationUpdate(fakeReturnValue);
134 emitNativeLocationUpdate(fakeReturnValue);
138 emitNativeLocationUpdate(fakeReturnValue);
/expo/packages/expo-web-browser/src/__tests__/
H A DWebBrowser-test.native.ts6 const fakeReturnValue = { constant
12 ExpoWebBrowser.openBrowserAsync.mockImplementation(async () => fakeReturnValue);
26 expect(openResult).toEqual(fakeReturnValue);