Files
Jordan Ritter 39166deea1 test(react-native): import vitest globals in TypingIndicator testid test
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).
2026-05-30 10:10:38 -07:00
..