Skip to content

Commit 9add5cb

Browse files
committed
Fix tests
1 parent f7ab850 commit 9add5cb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main.test-d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ handleCliError('', { log: (message: unknown) => {} })
4747
expectAssignable<Options>({ log: (message: unknown) => {} })
4848
handleCliError('', { log: (message: string) => true })
4949
expectAssignable<Options>({ log: (message: string) => true })
50-
handleCliError('', { log: async (message: string) => {} })
51-
expectAssignable<Options>({ log: async (message: string) => {} })
5250
// eslint-disable-next-line no-console, no-restricted-globals
5351
handleCliError('', { log: console.log })
5452
// eslint-disable-next-line no-console, no-restricted-globals

0 commit comments

Comments
 (0)