@types/sinon-chai
Advanced tools
Comparing version 3.2.5 to 3.2.6
@@ -46,7 +46,7 @@ // Type definitions for sinon-chai 3.2.0 | ||
*/ | ||
calledBefore(anotherSpy: Sinon.SinonSpy): Assertion; | ||
calledBefore(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall): Assertion; | ||
/** | ||
* Returns true if the spy was called after anotherSpy. | ||
*/ | ||
calledAfter(anotherSpy: Sinon.SinonSpy): Assertion; | ||
calledAfter(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall): Assertion; | ||
/** | ||
@@ -53,0 +53,0 @@ * Returns true if spy was called before anotherSpy, and no spy calls occurred |
{ | ||
"name": "@types/sinon-chai", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"description": "TypeScript definitions for sinon-chai", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-chai", | ||
"license": "MIT", | ||
@@ -35,4 +36,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "aff8485d813d7dc5dd89d74fe3112abd65151dc0ca1291539a6f7f3f6af90a8d", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "3dc7c9a667026d410bf1efeff78cc79084501397ee2b30c0d20424f0ee0e38ba", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 25 Sep 2020 23:56:34 GMT | ||
* Last updated: Thu, 25 Nov 2021 09:31:04 GMT | ||
* Dependencies: [@types/sinon](https://npmjs.com/package/@types/sinon), [@types/chai](https://npmjs.com/package/@types/chai) | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
7223
0