From b1b4eeed41f88d6ffbd527572c15e0b97d028625 Mon Sep 17 00:00:00 2001 From: "Anya (OpenClaw)" Date: Sun, 8 Feb 2026 17:41:04 +0000 Subject: [PATCH] fix(frontend): include vitest types for expect matchers --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index d72d1fb..02a0d01 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -21,7 +21,7 @@ "paths": { "@/*": ["./src/*"] }, - "types": ["vitest/globals", "@testing-library/jest-dom/vitest"] + "types": ["vitest", "vitest/globals", "@testing-library/jest-dom/vitest"] }, "include": [ "next-env.d.ts",