UI プロトタイプ実装 #5
Annotations
3 errors
app/components/input/DateRangePicker.test.tsx > DateRangePicker > convert で指定した処理を用いて UI の値をフォームに反映できる:
app/components/input/DateRangePicker.test.tsx#L75
Error: expect(element).toHaveTextContent()
Expected element to have text content:
2025-01-09T15:00:00.000Z – 2025-01-14T15:00:00.000Z
Received:
2025-01-10T00:00:00.000Z – 2025-01-15T00:00:00.000Z
❯ app/components/input/DateRangePicker.test.tsx:75:18
|
app/components/input/DateRangePicker.test.tsx > DateRangePicker > convert で指定した処理を用いてフォームの値を UI に反映できる:
app/components/input/DateRangePicker.test.tsx#L91
Error: expect(element).toHaveTextContent()
Expected element to have text content:
2025.01.10 (金) – 2025.01.15 (水)
Received:
2025.01.09 (木) – 2025.01.14 (火)
❯ app/components/input/DateRangePicker.test.tsx:91:20
|
Code Problem Check
Process completed with exit code 1.
|