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

Function findFrame

repos/effect/packages/effect/test/unstable/cli/Prompt.test.ts:53–53  ·  view source on GitHub ↗
(frames: ReadonlyArray<string>, text: string)

Source from the content-addressed store, hash-verified

51
52describe("Prompt.date", () => {
53 it.effect("renders two-digit years, teen ordinals, and noon meridiem correctly", () =>
54 Effect.gen(function*() {
55 const initial = DateTime.toDateUtc(DateTime.makeUnsafe({ year: 2024, month: 1, day: 11, hour: 12 }))
56 yield* MockTerminal.inputKey("enter")

Callers 1

Prompt.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…