MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / cron-expr.test.ts

File cron-expr.test.ts

packages/agent-core/test/tools/cron/cron-expr.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Tests for `tools/cron/cron-expr.ts`. Dates are constructed via
3 * `new Date(year, monthIndex, day, h, m, s)` so the suite is stable
4 * regardless of the host TZ (cron expressions evaluate in local time).

Callers

nothing calls this directly

Calls 8

parseCronExpressionFunction · 0.90
computeNextCronRunFunction · 0.90
hasFireWithinYearsFunction · 0.90
cronToHumanFunction · 0.90
nextLocalPartsFunction · 0.85
localDateFunction · 0.70
nowMethod · 0.65
pushMethod · 0.45

Tested by

no test coverage detected