mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Fix TSLint
This commit is contained in:
Vendored
+1
-1
@@ -1191,7 +1191,7 @@ declare namespace Sinon {
|
||||
* Passes if provided spies were called in the specified order.
|
||||
* @param spies
|
||||
*/
|
||||
callOrder(...spies: Array<SinonSpy>): void;
|
||||
callOrder(...spies: SinonInspectable[]): 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