import { type FakeTimeOptions } from "https://deno.land/std@0.150.0/testing/time.ts";
Properties
The rate relative to real time at which fake time is updated. By default time only moves forward through calling tick or setting now. Set to 1 to have the fake time automatically tick foward at the same rate in milliseconds as real time.