refactor(test): remove what-comment from makeFakePdfjsLib

The name already implies it's a fake; the comment described what, not why.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-12 07:55:11 +02:00
parent fdc508fa91
commit db9c6df19a

View File

@@ -24,7 +24,6 @@ function makeFakePdfjsLib() {
})
}),
TextLayer: TextLayerMock
// Partial fake: only the methods used by usePdfRenderer are implemented
} as unknown as typeof import('pdfjs-dist');
}