UI プロトタイプ実装 #5
Annotations
3 errors
Run Vitest:
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
|
Run Vitest:
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
|
Run Vitest
Process completed with exit code 1.
|
Loading