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

Runs all pending microtasks then advances time to when the next scheduled timer is due. If there are no pending timers, time will not be changed.

Returns

Promise<boolean>