Skip to content

Commit 668cc91

Browse files
committed
Add jest-dom types
1 parent 85f0e21 commit 668cc91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/tsconfig.app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"noUnusedLocals": true,
2525
"noUnusedParameters": true,
2626
"noFallthroughCasesInSwitch": true,
27-
"resolveJsonModule": true
27+
"resolveJsonModule": true,
28+
"types": ["jest", "@testing-library/jest-dom", "node"]
2829
},
2930
"include": ["src"]
3031
}

0 commit comments

Comments
 (0)