mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Updated argument type
This commit is contained in:
2
sinon/index.d.ts
vendored
2
sinon/index.d.ts
vendored
@@ -109,7 +109,7 @@ declare namespace Sinon {
|
||||
callsArgOnAsync(index: number, context: any): SinonStub;
|
||||
callsArgWithAsync(index: number, ...args: any[]): SinonStub;
|
||||
callsArgOnWithAsync(index: number, context: any, ...args: any[]): SinonStub;
|
||||
callsFake(...args: any[]): SinonStub;
|
||||
callsFake(func: (...args: any[]) => void): SinonStub;
|
||||
onCall(n: number): SinonStub;
|
||||
onFirstCall(): SinonStub;
|
||||
onSecondCall(): SinonStub;
|
||||
|
||||
Reference in New Issue
Block a user