Searched refs:fakeReturnValue (Results 1 – 2 of 2) sorted by relevance
6 const fakeReturnValue = { constant22 jest.fn(async () => fakeReturnValue)45 expect(result).toEqual(fakeReturnValue);63 emitNativeLocationUpdate(fakeReturnValue);64 emitNativeLocationUpdate(fakeReturnValue);133 emitNativeLocationUpdate(fakeReturnValue);134 emitNativeLocationUpdate(fakeReturnValue);138 emitNativeLocationUpdate(fakeReturnValue);
6 const fakeReturnValue = { constant12 ExpoWebBrowser.openBrowserAsync.mockImplementation(async () => fakeReturnValue);26 expect(openResult).toEqual(fakeReturnValue);