Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mock/mock.ts>restore

Utilities to help mock behavior, spy on function calls, stub methods, and fake time for tests.
Very Popular
Latest
function restore
import { restore } from "https://deno.land/x/mock@0.15.2/mock.ts";

Restores all mocks registered in the current session that have not already been restored. If an id is provided, it will restore all mocks registered in the session associed with that id that have not already been restored.

Parameters

optional
id: number