Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/unitest/mod.ts>FakeTimer#useRealTimer

🃏 Deno-first universal unit testing framework
Latest
method FakeTimer.prototype.useRealTimer
import { FakeTimer } from "https://deno.land/x/unitest@v1.0.0-beta.82/mod.ts";

Replaces the standard timer function. It must be called in any test using useFakeTimer.