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

Method mockClear

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

Source from the content-addressed store, hash-verified

141 getMockName(): string;
142 mock: MockFunctionState<T>;
143 mockClear(): this;
144 mockReset(): this;
145 mockRestore(): void;
146 mockImplementation(fn: T): this;

Calls

no outgoing calls

Tested by

no test coverage detected