Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mock/time.ts>FakeTime#setTimer

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

Parameters

callback: (...args: any[]) => void
optional
delay = [UNSUPPORTED]
args: unknown[]
optional
repeat = [UNSUPPORTED]

Returns

number