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

x/timers/test/fixture.ts>Fixture

All timing functions you need - long and async timeouts, intervals, promise timeouts and more
Latest
class Fixture
extends Timer<T>
import { Fixture } from "https://deno.land/x/timers@v0.2.3/test/fixture.ts";

Type Parameters

optional
T extends any[] = any[]

Methods

run(): number