Module

std/testing/time.ts>FakeTime#tick

Deno standard library
Go to Latest
method FakeTime.prototype.tick
import { FakeTime } from "https://dotland.deno.dev/std@0.145.0/testing/time.ts";

Adds the specified number of milliseconds to the fake time. This will call any functions waiting to be called between the current and new fake time.

Parameters

optional
ms = [UNSUPPORTED]