MCPcopy
hub / github.com/jestjs/jest / getMockName

Method getMockName

packages/jest-mock/src/index.ts:141–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 _protoImpl: Function;
140 getMockImplementation(): T | undefined;
141 getMockName(): string;
142 mock: MockFunctionState<T>;
143 mockClear(): this;
144 mockReset(): this;

Calls

no outgoing calls

Tested by

no test coverage detected