Skip to content

Commit

Permalink
Add @mocha/types to improve IDE intellisense in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Dec 20, 2024
1 parent 4b7f380 commit 01d3973
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@types/dompurify": "^3.0.0",
"@types/escape-html": "^1.0.1",
"@types/katex": "^0.16.0",
"@types/mocha": "^10.0.10",
"@types/retry": "^0.12.1",
"@types/scroll-into-view": "^1.16.0",
"@types/shallowequal": "^1.1.1",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4310,6 +4310,13 @@ __metadata:
languageName: node
linkType: hard

"@types/mocha@npm:^10.0.10":
version: 10.0.10
resolution: "@types/mocha@npm:10.0.10"
checksum: 17a56add60a8cc8362d3c62cb6798be3f89f4b6ccd5b9abd12b46e31ff299be21ff2faebf5993de7e0099559f58ca5a3b49a505d302dfa5d65c5a4edfc089195
languageName: node
linkType: hard

"@types/node@npm:*":
version: 14.14.43
resolution: "@types/node@npm:14.14.43"
Expand Down Expand Up @@ -8516,6 +8523,7 @@ __metadata:
"@types/dompurify": ^3.0.0
"@types/escape-html": ^1.0.1
"@types/katex": ^0.16.0
"@types/mocha": ^10.0.10
"@types/retry": ^0.12.1
"@types/scroll-into-view": ^1.16.0
"@types/shallowequal": ^1.1.1
Expand Down

0 comments on commit 01d3973

Please sign in to comment.