mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
calls is an object (it should probably be defined), not an array.
This commit is contained in:
Vendored
+1
-1
@@ -354,7 +354,7 @@ declare module jasmine {
|
||||
|
||||
identity: string;
|
||||
and: SpyAnd;
|
||||
calls: any[];
|
||||
calls: any;
|
||||
mostRecentCall: { args: any[]; };
|
||||
argsForCall: any[];
|
||||
wasCalled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user