/** * Accesses a `TestClock` instance in the environment and returns a list of * times that effects are scheduled to run. * * @tsplus static effect/core/testing/TestClock.Ops sleeps */ export const sleeps: Effect> = TestClock.testClockWith( (testClock) => testClock.sleeps )