mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08: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