Skip to main content
Module

std/testing/mock.ts>restore

Deno standard library
Go to Latest
function restore
import { restore } from "https://deno.land/std@0.145.0/testing/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