From f435534800d046ccdf540be6112a4d547804883b Mon Sep 17 00:00:00 2001 From: Albert Yu Date: Fri, 3 Jan 2025 14:55:35 +0800 Subject: [PATCH] Update tsconfig --- test/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tsconfig.json b/test/tsconfig.json index 9ddc7abe1b..e5859f8f91 100644 --- a/test/tsconfig.json +++ b/test/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "module": "es2022", "moduleResolution": "Node", - "types": ["mocha", "vite/client"] + "types": ["vite/client"] }, "include": ["e2e/**/*", "regressions/**/*"], "exclude": ["node_modules", "dist"]