method FakeTime.prototype.tickimport { FakeTime } from "https://dotland.deno.dev/std@0.181.0/testing/time.ts"; tick(ms?)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. Parametersoptionalms = [UNSUPPORTED]