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",