Skip to content

Commit 2c2baf5

Browse files
committed
feat: add @types/jest for improved TypeScript support in testing
1 parent 3ba2dbb commit 2c2baf5

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

package-lock.json

Lines changed: 40 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@testing-library/dom": "^10.4.1",
4444
"@testing-library/jest-dom": "^6.9.1",
4545
"@testing-library/react": "^16.3.2",
46+
"@types/jest": "^30.0.0",
4647
"@types/node": "^20",
4748
"@types/react": "^18",
4849
"@types/react-dom": "^18",

0 commit comments

Comments
 (0)