method FakeTime.prototype.nextAsyncimport { FakeTime } from "https://dotland.deno.dev/std@0.181.0/testing/time.ts"; nextAsync(): Promise<boolean>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. ReturnsPromise<boolean>