Skip to content

Commit

Permalink
fix: make Prettier happy
Browse files Browse the repository at this point in the history
  • Loading branch information
dicearr committed Oct 26, 2023
1 parent 85f7c52 commit 1ff2654
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ import { AllowedMergeMethods } from '../src/utilities/inputParsers';

export const useSetTimeoutImmediateInvocation = (): jest.SpyInstance<
NodeJS.Timeout,
[
callback: () => void,
ms?: number | undefined,
]
[callback: () => void, ms?: number | undefined]
> =>
jest
.spyOn(global, 'setTimeout')
Expand Down

0 comments on commit 1ff2654

Please sign in to comment.