Skip to content

Commit 3ddd336

Browse files
committed
fix(template-typescript): add missing dependency @types/testing-library__jest-dom
1 parent 9673858 commit 3ddd336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cra-template-typescript/template.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"@types/node": "^16.7.13",
99
"@types/react": "^17.0.20",
1010
"@types/react-dom": "^17.0.9",
11+
"@types/testing-library__jest-dom": "^5.14.2",
1112
"typescript": "^4.4.2",
1213
"web-vitals": "^2.1.0"
1314
},

0 commit comments

Comments
 (0)