(frames: ReadonlyArray<string>, text: string)
| 51 | |
| 52 | describe("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") |
no outgoing calls
no test coverage detected
searching dependent graphs…