Skip to content

Commit

Permalink
chore: add @types/jest for test type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 350d7b6 commit 2810f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"node": ">=14.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2"
}
}
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2445,7 +2445,7 @@ __metadata:
languageName: node
linkType: hard

"@types/jest@npm:^29.5.1":
"@types/jest@npm:^29.5.1, @types/jest@npm:^29.5.14":
version: 29.5.14
resolution: "@types/jest@npm:29.5.14"
dependencies:
Expand Down Expand Up @@ -7463,6 +7463,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "root-workspace-0b6124@workspace:."
dependencies:
"@types/jest": ^29.5.14
"@types/node": ^22.10.2
languageName: unknown
linkType: soft
Expand Down

0 comments on commit 2810f14

Please sign in to comment.