We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894c948 commit 1b51e60Copy full SHA for 1b51e60
test/unit/utils/pdf.test.ts
@@ -7,8 +7,8 @@ import {
7
pdfPagesToBlob,
8
splitPdf,
9
} from "../../../src/hooks/custom/utils";
10
-import { getOptimalSplitSize } from "../../../hooks/custom/utils/index";
11
-import { MAX_PAGES_PER_THREAD, MIN_PAGES_PER_THREAD } from "../../../hooks/custom/common";
+import { getOptimalSplitSize } from "../../../src/hooks/custom/utils";
+import { MAX_PAGES_PER_THREAD, MIN_PAGES_PER_THREAD } from "../../../src/hooks/custom/common.js";
12
13
describe("Pdf utility functions", () => {
14
const filename = "test/data/layout-parser-paper.pdf";
0 commit comments