We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6688b50 commit 1eb5b72Copy full SHA for 1eb5b72
test-utils.ts
@@ -18,7 +18,7 @@ export function getTimer() {
18
return { start, stop };
19
}
20
21
-export function makeDelayed<T extends any[], R>(
+export function makeDelayed<T extends unknown[], R>(
22
fn: (...args: T) => R,
23
delay = getRandomTime(),
24
): (...args: T) => Promise<R> {
0 commit comments