From: Evan You Date: Thu, 26 Jan 2023 14:56:13 +0000 (+0800) Subject: chore: replace test global types with vitest types X-Git-Tag: v3.2.46~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=069b345cd2aa777306a210e56566ac0f03a22275;p=thirdparty%2Fvuejs%2Fcore.git chore: replace test global types with vitest types --- diff --git a/tsconfig.json b/tsconfig.json index 518f13edfc..4f0b12dfb0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,7 @@ "removeComments": false, "jsx": "preserve", "lib": ["esnext", "dom"], - "types": ["jest", "puppeteer", "node"], + "types": ["vitest/globals", "puppeteer", "node"], "rootDir": ".", "paths": { "@vue/compat": ["packages/vue-compat/src"],