Removal of obsolete parameter in Spy Interface

The callCount parameter does not exist in Jasmine versions > 2.0 but did exist in 1.3
This commit is contained in:
AbdulFattah Popoola
2015-03-19 08:51:06 -07:00
parent 90e4370042
commit 160c1b1533
-1
View File
@@ -369,7 +369,6 @@ declare module jasmine {
mostRecentCall: { args: any[]; };
argsForCall: any[];
wasCalled: boolean;
callCount: number;
}
interface SpyAnd {