mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 05:20:25 +00:00
Leave any for callOrder()
This commit is contained in:
Vendored
+1
-1
@@ -1180,7 +1180,7 @@ declare namespace Sinon {
|
||||
* Passes if provided spies were called in the specified order.
|
||||
* @param spies
|
||||
*/
|
||||
callOrder<TArgs extends any[]>(...spies: Array<SinonSpy<TArgs>>): void;
|
||||
callOrder(...spies: Array<SinonSpy<any>>): void;
|
||||
/**
|
||||
* Passes if spy was ever called with obj as its this value.
|
||||
* It’s possible to assert on a dedicated spy call: sinon.assert.calledOn(spy.firstCall, arg1, arg2, ...);.
|
||||
|
||||
Reference in New Issue
Block a user