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

Method mockRestore

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

Source from the content-addressed store, hash-verified

143 mockClear(): this;
144 mockReset(): this;
145 mockRestore(): void;
146 mockImplementation(fn: T): this;
147 mockImplementationOnce(fn: T): this;
148 withImplementation(fn: T, callback: () => Promise<unknown>): Promise<void>;

Calls

no outgoing calls

Tested by

no test coverage detected