import { FakeTime } from "https://deno.land/std@0.209.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.
import { FakeTime } from "https://deno.land/std@0.209.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.