mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08:00
Merge pull request #6475 from timkindberg/patch-1
Add returnsThis method to SinonStub
This commit is contained in:
Vendored
+1
@@ -92,6 +92,7 @@ declare module Sinon {
|
||||
resetBehavior(): void;
|
||||
returns(obj: any): SinonStub;
|
||||
returnsArg(index: number): SinonStub;
|
||||
returnsThis(): SinonStub;
|
||||
throws(type?: string): SinonStub;
|
||||
throws(obj: any): SinonStub;
|
||||
callsArg(index: number): SinonStub;
|
||||
|
||||
Reference in New Issue
Block a user