effect-io-ai

Package: effect
Module: TestClock

TestClock.adjust

Accesses a TestClock instance in the context and increments the time by the specified duration, running any actions scheduled for on or before the new time in order.

Signature

declare const adjust: (durationInput: Duration.DurationInput) => Effect.Effect<void>

Source

Since v2.0.0