Skip to content

Commit

Permalink
Add type definitions for chai-as-promised
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Feb 22, 2022
1 parent 979ccc8 commit 7fd9708
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/tests/ts-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@types/mocha-steps": "^1.3.0",
"@types/node": "^14.14.5",
"@types/node-fetch": "^2.5.7",
"@types/chai-as-promised": "^7.1.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"ethers": "^5.4.4",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,13 @@
dependencies:
"@types/node" "*"

"@types/chai-as-promised@^7.1.1":
version "7.1.5"
resolved "https://registry.yarnpkg.com/@types/chai-as-promised/-/chai-as-promised-7.1.5.tgz#6e016811f6c7a64f2eed823191c3a6955094e255"
integrity sha512-jStwss93SITGBwt/niYrkf2C+/1KTeZCZl1LaeezTlqppAKeoQC7jxyqYuP72sxBGKCIbw7oHgbYssIRzT5FCQ==
dependencies:
"@types/chai" "*"

"@types/chai@*", "@types/chai@^4.2.14":
version "4.2.21"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.2.21.tgz#9f35a5643129df132cf3b5c1ec64046ea1af0650"
Expand Down

0 comments on commit 7fd9708

Please sign in to comment.