fix(frontend): include vitest types for expect matchers

This commit is contained in:
Anya (OpenClaw)
2026-02-08 17:41:04 +00:00
parent 33046b75b5
commit b1b4eeed41

View File

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