MCPcopy Create free account
hub / github.com/effect-app/libs / gatherForward

Function gatherForward

repos/effect/packages/effect/test/Cron.test.ts:218–228  ·  view source on GitHub ↗
(cron: Cron.Cron, lower: Date, upper: Date)

Source from the content-addressed store, hash-verified

216 deepStrictEqual(error.input, "")
217 }
218 )
219 })
220
221 it("format preserves compact cron syntax", () => {
222 strictEqual(
223 Cron.format(Cron.parseUnsafe("23 0-20/2 * * 0", "Europe/Berlin")),
224 "23 0-20/2 * * 0"
225 )
226 })
227
228 it("format can include the default seconds field", () => {
229 strictEqual(
230 Cron.format(Cron.parseUnsafe("23 0-20/2 * * 0"), { includeSeconds: true }),
231 "0 23 0-20/2 * * 0"

Callers 1

Cron.test.tsFile · 0.85

Calls 2

pushMethod · 0.80
nextMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…