Skip to content

Commit 15c56f6

Browse files
chore(ui): register vitest/jest-dom types
Include vitest globals and jest-dom types for UI test type-checks. Signed-off-by: night-slayer18 <samanuaia257@gmail.com>
1 parent 278c906 commit 15c56f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/ui/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"jsx": "react-jsx",
99
"moduleResolution": "bundler",
1010
"noEmit": true,
11+
"types": ["vitest/globals", "@testing-library/jest-dom"],
1112
"paths": {
1213
"@/*": ["./src/*"]
1314
}

0 commit comments

Comments
 (0)