diff --git a/types/index.d.ts b/types/index.d.ts index 33b6e9f5..8d25033b 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -174,7 +174,7 @@ declare namespace jest { /** * Use `.toHaveBeenCalledOnceWith` to check if a `Mock` was called exactly one time with the expected value. */ - toHaveBeenCalledOnceWith(...args: unknown[]): R; + toHaveBeenCalledOnceWith(arg: unknown): R; /** * Use `.toBeNumber` when checking if a value is a `Number`.