Skip to content

Commit

Permalink
Update types/index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Simen Bekkhus <sbekkhus91@gmail.com>
  • Loading branch information
akoreh and SimenB committed Sep 10, 2022
1 parent 03f78cb commit e8ee6b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -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: any[]): R;
toHaveBeenCalledOnceWith(...args: unknown[]): R;

/**
* Use `.toBeNumber` when checking if a value is a `Number`.
Expand Down

0 comments on commit e8ee6b5

Please sign in to comment.