fix(#535): eliminate vi.mock(pdfjs-dist) birpc teardown race via libLoader injection #536

Merged
marcel merged 18 commits from feat/issue-535-birpc-teardown-race into main 2026-05-12 09:57:30 +02:00
Showing only changes of commit db9c6df19a - Show all commits

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');
}