@types/sinon-chai
Advanced tools
Comparing version 3.2.7 to 3.2.8
@@ -45,7 +45,7 @@ // Type definitions for sinon-chai 3.2.0 | ||
*/ | ||
calledBefore(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall): Assertion; | ||
calledBefore(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall|Sinon.SinonStub): Assertion; | ||
/** | ||
* Returns true if the spy was called after anotherSpy. | ||
*/ | ||
calledAfter(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall): Assertion; | ||
calledAfter(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall|Sinon.SinonStub): Assertion; | ||
/** | ||
@@ -55,3 +55,3 @@ * Returns true if spy was called before anotherSpy, and no spy calls occurred | ||
*/ | ||
calledImmediatelyBefore(anotherSpy: Sinon.SinonSpy): Assertion; | ||
calledImmediatelyBefore(anotherSpy: Sinon.SinonSpy|Sinon.SinonStub): Assertion; | ||
/** | ||
@@ -61,3 +61,3 @@ * Returns true if spy was called after anotherSpy, and no spy calls occurred | ||
*/ | ||
calledImmediatelyAfter(anotherSpy: Sinon.SinonSpy): Assertion; | ||
calledImmediatelyAfter(anotherSpy: Sinon.SinonSpy|Sinon.SinonStub): Assertion; | ||
/** | ||
@@ -64,0 +64,0 @@ * Returns true if spy/stub was called with the new operator. Beware that |
{ | ||
"name": "@types/sinon-chai", | ||
"version": "3.2.7", | ||
"version": "3.2.8", | ||
"description": "TypeScript definitions for sinon-chai", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-chai", | ||
}, | ||
"typesPublisherContentHash": "6fbe0a1a8162de6166ee4df82967dbd42e951225402f7fd6488547c1414e4061", | ||
"typesPublisherContentHash": "0022d0bab0d900c86ce2bf838e67638493eba3b7cd888e9c531c3e36c00e2237", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 23 Dec 2021 23:35:50 GMT | ||
* Last updated: Fri, 31 Dec 2021 17:01:27 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
7046