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

x/mock/mod.ts>FakeTime#restore

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

Restores time related global functions to their original state.