Module

x/fresh_seo/tests/deps.ts>FakeTime#next

Create Sitemap for your next Fresh project.
Go to Latest
method FakeTime.prototype.next
import { FakeTime } from "https://dotland.deno.dev/x/fresh_seo@0.1.0/tests/deps.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.

Returns

boolean