From 4c4c9a094468a3ef826704e507a92b3c1b999c4a Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Omar Date: Sun, 8 Feb 2026 17:35:38 +0000 Subject: [PATCH] fix(frontend): use jest-dom vitest types for matcher TS --- frontend/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tsconfig.json b/frontend/tsconfig.json index 278fc24a..d72d1fbf 100644 --- a/frontend/tsconfig.json +++ b/frontend/tsconfig.json @@ -21,7 +21,7 @@ "paths": { "@/*": ["./src/*"] }, - "types": ["vitest/globals", "@testing-library/jest-dom"] + "types": ["vitest/globals", "@testing-library/jest-dom/vitest"] }, "include": [ "next-env.d.ts",