Skip to content

Commit dece1b0

Browse files
committed
chore: add @testing-library/jest-dom as a dev dependency and update tsconfig types
1 parent 993189f commit dece1b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"devDependencies": {
4949
"@rc-component/father-plugin": "^2.0.1",
5050
"@rc-component/np": "^1.0.3",
51+
"@testing-library/jest-dom": "^6.9.1",
5152
"@testing-library/react": "^16.3.0",
5253
"@types/jest": "^29.4.0",
5354
"@types/node": "^22.15.18",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"declaration": true,
88
"skipLibCheck": true,
99
"esModuleInterop": true,
10+
"types": ["@testing-library/jest-dom"],
1011
"paths": {
1112
"@/*": [
1213
"src/*"

0 commit comments

Comments
 (0)