From d845c108377bfdad2f383057da2155d9ccdb0803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hallet?= Date: Thu, 12 Mar 2026 15:28:36 +0100 Subject: [PATCH] Update README.md about vitest types --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98643c2b..4f56ad92 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Also, depending on your local setup, you may need to update your // In tsconfig.json "compilerOptions": { ... - "types": ["vitest/globals", "@testing-library/jest-dom"] + "types": ["vitest/globals", "@testing-library/jest-dom/vitest"] }, "include": [ ...