Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
dicearr committed Oct 26, 2023
1 parent 5106f48 commit 85f7c52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ import { AllowedMergeMethods } from '../src/utilities/inputParsers';
export const useSetTimeoutImmediateInvocation = (): jest.SpyInstance<
NodeJS.Timeout,
[
callback: (...arguments_: unknown[]) => void,
callback: () => void,
ms?: number | undefined,
...arguments_: unknown[],
]
> =>
jest
Expand Down

0 comments on commit 85f7c52

Please sign in to comment.