mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-06 17:29:08 +00:00
Merge pull request #7514 from andradf/jasmine_tohavebeencalledtimes
added toHaveBeenCalledTimes
This commit is contained in:
1
jasmine/jasmine.d.ts
vendored
1
jasmine/jasmine.d.ts
vendored
@@ -290,6 +290,7 @@ declare module jasmine {
|
||||
toBeFalsy(expectationFailOutput?: any): boolean;
|
||||
toHaveBeenCalled(): boolean;
|
||||
toHaveBeenCalledWith(...params: any[]): boolean;
|
||||
toHaveBeenCalledTimes(expected: number): boolean;
|
||||
toContain(expected: any, expectationFailOutput?: any): boolean;
|
||||
toBeLessThan(expected: number, expectationFailOutput?: any): boolean;
|
||||
toBeGreaterThan(expected: number, expectationFailOutput?: any): boolean;
|
||||
|
||||
Reference in New Issue
Block a user