Skip to content

Commit 069b345

Browse files
committed
chore: replace test global types with vitest types
1 parent 28b95da commit 069b345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"removeComments": false,
1818
"jsx": "preserve",
1919
"lib": ["esnext", "dom"],
20-
"types": ["jest", "puppeteer", "node"],
20+
"types": ["vitest/globals", "puppeteer", "node"],
2121
"rootDir": ".",
2222
"paths": {
2323
"@vue/compat": ["packages/vue-compat/src"],

0 commit comments

Comments
 (0)