diff --git a/apps/desktop/src/app/chat/composer/text-utils.test.ts b/apps/desktop/src/app/chat/composer/text-utils.test.ts index 0204e08b18ed..ffca3ba64227 100644 --- a/apps/desktop/src/app/chat/composer/text-utils.test.ts +++ b/apps/desktop/src/app/chat/composer/text-utils.test.ts @@ -247,8 +247,7 @@ describe('extractClipboardImageBlobs', () => { it('drops sub-thumbnail inline images — spacers, trackers, blurhash placeholders', () => { const clipboard = { files: { length: 0, item: () => null }, - getData: (type: string) => - type === 'text/html' ? `` : '', + getData: (type: string) => (type === 'text/html' ? `` : ''), items: [] } as unknown as DataTransfer