mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
39166deea1
Matches the explicit-import convention used by sibling tests in this package (e.g. copilot-chat-agentid.test.tsx, streaming-fetch.test.ts). Removes 3 tsc "Cannot find name 'describe'/'it'/'expect'" errors without changing runtime behavior — vitest globals already provided at runtime via vitest.config.mjs (globals: true).