From 459c15b545d25ef382470c749c7afd6de54b214c Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 2 Aug 2023 13:01:07 +0200 Subject: [PATCH] Fix import path missing extension --- src/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.test.ts b/src/index.test.ts index 9508c799d..df1d707ab 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -14,7 +14,7 @@ export type { OutlineProps } from './Outline.js'; export type { PageProps } from './Page.js'; export type { ThumbnailProps } from './Thumbnail.js'; -import './pdf.worker.entry'; +import './pdf.worker.entry.js'; export { pdfjs,