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