Skip to content

Commit

Permalink
chore: remove jsdom from test types
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Mar 3, 2024
1 parent 5193323 commit b523566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.vitest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"exclude": [],
"compilerOptions": {
"composite": true,
"types": ["node", "jsdom", "vitest/globals"]
"types": ["node", "vitest/globals"]
}
}

0 comments on commit b523566

Please sign in to comment.