mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
[jest] add type definition for toHaveBeenLastCalledWith (#13038)
This commit is contained in:
committed by
Masahiro Wakame
parent
4c6ea4e806
commit
06274277de
Vendored
+1
@@ -134,6 +134,7 @@ declare namespace jest {
|
||||
toHaveBeenCalled(): boolean;
|
||||
toHaveBeenCalledTimes(expected: number): boolean;
|
||||
toHaveBeenCalledWith(...params: any[]): boolean;
|
||||
toHaveBeenLastCalledWith(...params: any[]): boolean;
|
||||
toMatch(expected: string | RegExp): void;
|
||||
toMatchSnapshot(): void;
|
||||
toThrow(): void;
|
||||
|
||||
Reference in New Issue
Block a user