Skip to content

Commit 39166de

Browse files
committed
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).
1 parent f43c3f3 commit 39166de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native/src/components/messages/__tests__/TypingIndicator.testid.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { describe, it, expect } from "vitest";
12
import { readFileSync } from "fs";
23
import { resolve } from "path";
34

0 commit comments

Comments
 (0)