ソースを参照

chore: replace test global types with vitest types

Evan You 3 年 前
コミット
069b345cd2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tsconfig.json

+ 1 - 1
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"],