Skip to content

Commit

Permalink
added sinon-chai
Browse files Browse the repository at this point in the history
  • Loading branch information
larryrider committed Feb 14, 2024
1 parent da8907a commit c5ff9cf
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@types/crypto-js": "^4.2.2",
"@types/mocha": "^10",
"@types/node": "^18",
"@types/sinon-chai": "^3.2.12",
"chai": "^4",
"eslint": "^8",
"eslint-config-oclif": "^5",
Expand All @@ -58,6 +59,7 @@
"oclif": "^4.4.8",
"prettier": "^3.2.5",
"shx": "^0.3.4",
"sinon-chai": "^3.7.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2070,6 +2070,14 @@
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.2.tgz#31f6eec1ed7ec23f4f05608d3a2d381df041f564"
integrity sha512-7aqorHYgdNO4DM36stTiGO3DvKoex9TQRwsJU6vMaFGyqpBA1MNZkz+PG3gaNUPpTAOYhT1WR7M1JyA3fbS9Cw==

"@types/sinon-chai@^3.2.12":
version "3.2.12"
resolved "https://registry.yarnpkg.com/@types/sinon-chai/-/sinon-chai-3.2.12.tgz#c7cb06bee44a534ec84f3a5534c3a3a46fd779b6"
integrity sha512-9y0Gflk3b0+NhQZ/oxGtaAJDvRywCa5sIyaVnounqLvmf93yBF4EgIRspePtkMs3Tr844nCclYMlcCNmLCvjuQ==
dependencies:
"@types/chai" "*"
"@types/sinon" "*"

"@types/sinon@*":
version "10.0.6"
resolved "https://registry.npmjs.org/@types/sinon/-/sinon-10.0.6.tgz"
Expand Down Expand Up @@ -6876,6 +6884,11 @@ simple-swizzle@^0.2.2:
dependencies:
is-arrayish "^0.3.1"

sinon-chai@^3.7.0:
version "3.7.0"
resolved "https://registry.yarnpkg.com/sinon-chai/-/sinon-chai-3.7.0.tgz#cfb7dec1c50990ed18c153f1840721cf13139783"
integrity sha512-mf5NURdUaSdnatJx3uhoBOrY9dtL19fiOtAdT1Azxg3+lNJFiuN0uzaU3xX1LeAfL17kHQhTAJgpsfhbMJMY2g==

sinon@^16.1.3:
version "16.1.3"
resolved "https://registry.yarnpkg.com/sinon/-/sinon-16.1.3.tgz#b760ddafe785356e2847502657b4a0da5501fba8"
Expand Down

0 comments on commit c5ff9cf

Please sign in to comment.