import { FakeTime } from "https://deno.land/std@0.209.0/testing/time.ts";
Advances time to when the next scheduled timer is due. If there are no pending timers, time will not be changed. Returns true when there is a scheduled timer and false when there is not.