MCPcopy Index your code
hub / github.com/Effect-TS/effect / testClock

Function testClock

packages/effect/src/TestClock.ts:536–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

534 * @since 2.0.0
535 */
536export const testClock = (): Effect.Effect<TestClock> => testClockWith(core.succeed)
537
538/**
539 * Retrieves the `TestClock` service for this test and uses it to run the

Callers

nothing calls this directly

Calls 1

testClockWithFunction · 0.85

Tested by

no test coverage detected