MCPcopy
hub / github.com/facebook/react / mockImplementation

Method mockImplementation

scripts/jest/typescript/jest.d.ts:64–64  ·  scripts/jest/typescript/jest.d.ts::MockFunction.mockImplementation
(fn: Function)

Source from the content-addressed store, hash-verified

62 };
63 mockClear(): void;
64 mockImplementation(fn: Function): MockFunction;
65 mockImpl(fn: Function): MockFunction;
66 mockReturnThis(): MockFunction;
67 mockReturnValue(value: any): MockFunction;

Calls

no outgoing calls

Tested by 2

beforeEachProfilingFunction · 0.64
expectErrorsFunction · 0.64