We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ab850 commit 9add5cbCopy full SHA for 9add5cb
1 file changed
src/main.test-d.ts
@@ -47,8 +47,6 @@ handleCliError('', { log: (message: unknown) => {} })
47
expectAssignable<Options>({ log: (message: unknown) => {} })
48
handleCliError('', { log: (message: string) => true })
49
expectAssignable<Options>({ log: (message: string) => true })
50
-handleCliError('', { log: async (message: string) => {} })
51
-expectAssignable<Options>({ log: async (message: string) => {} })
52
// eslint-disable-next-line no-console, no-restricted-globals
53
handleCliError('', { log: console.log })
54
0 commit comments