Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/getsentry/sentry-react-native
/ mockFunction
Function
mockFunction
packages/core/test/testutils.ts:9–11 ·
view source on GitHub ↗
(fn: T)
Source
from the content-addressed store, hash-verified
7
} & T;
8
9
export
function
mockFunction<T extends (...args: any[]) => any>(fn: T): jest.MockedFunction<T> {
10
return
fn as jest.MockedFunction<T>;
11
}
12
13
export
const
firstArg = 0;
14
export
const
secondArg = 1;
Callers
6
rewriteframes.test.ts
File · 0.90
nativeframes.test.ts
File · 0.90
appStart.test.ts
File · 0.90
mockAppStart
Function · 0.90
mockTooLongAppStart
Function · 0.90
mockTooOldAppStart
Function · 0.90
Calls
no outgoing calls
Tested by
3
mockAppStart
Function · 0.72
mockTooLongAppStart
Function · 0.72
mockTooOldAppStart
Function · 0.72