From 72024d82c71ca0357c9a4897a5af40f7003b6407 Mon Sep 17 00:00:00 2001 From: DJ Mountney Date: Thu, 14 Dec 2023 07:47:54 -0800 Subject: [PATCH] Fix other packages ts tests issues --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cda11fcc6a4..532dd45f726 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,7 +20,7 @@ "noFallthroughCasesInSwitch": true, "skipLibCheck": true, "jsx": "preserve", - "types": ["vite/client"], + "types": ["vite/client", "jest"], // Check JS files too "allowJs": true, "checkJs": false,