Skip to content

Commit 13e86a4

Browse files
chore(web): update tsconfig to resolve jest-dom matchers globally
1 parent de6976f commit 13e86a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/tsconfig.app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"target": "es2023",
55
"lib": ["ES2023", "DOM"],
66
"module": "esnext",
7-
"types": ["vite/client"],
7+
"types": ["vite/client", "@testing-library/jest-dom"],
88
"skipLibCheck": true,
99

1010
/* Bundler mode */
@@ -21,5 +21,5 @@
2121
"erasableSyntaxOnly": true,
2222
"noFallthroughCasesInSwitch": true
2323
},
24-
"include": ["src"]
24+
"include": ["src", "vitest-setup.ts"]
2525
}

0 commit comments

Comments
 (0)