fix(web): add missing exec timestamps to ToolCard test fixture (#1057)

The ChatToolCall fixture in ToolCard.test.ts does not set execStartedAt
and execCompletedAt, which became required fields, so bun typecheck fails
on main with TS2739.

The fixture was added while those fields did not exist yet, and the change
that introduced them landed a minute earlier, so each side type-checked
against its own base and the gap only appears once both are on main.

Set both to null, matching the sibling fixtures in ToolGroupCard.test.ts
and groupedPresentation.test.ts, since these cases do not exercise tool
execution duration.
This commit is contained in:
Junmo Kim
2026-07-17 11:46:15 +08:00
committed by GitHub
parent 80a26c1f75
commit d5aeeb57a4

Diff Content Not Available