Skip to content

Commit b523566

Browse files
committed
chore: remove jsdom from test types
1 parent 5193323 commit b523566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.vitest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"exclude": [],
55
"compilerOptions": {
66
"composite": true,
7-
"types": ["node", "jsdom", "vitest/globals"]
7+
"types": ["node", "vitest/globals"]
88
}
99
}

0 commit comments

Comments
 (0)