fix(frontend): use jest-dom vitest types for matcher TS

This commit is contained in:
OpenClaw Agent Omar
2026-02-08 17:35:38 +00:00
parent 5b16df9cd3
commit 4c4c9a0944

View File

@@ -21,7 +21,7 @@
"paths": { "paths": {
"@/*": ["./src/*"] "@/*": ["./src/*"]
}, },
"types": ["vitest/globals", "@testing-library/jest-dom"] "types": ["vitest/globals", "@testing-library/jest-dom/vitest"]
}, },
"include": [ "include": [
"next-env.d.ts", "next-env.d.ts",