Skip to content

Commit 1b51e60

Browse files
feat: add mcp server
1 parent 894c948 commit 1b51e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/utils/pdf.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {
77
pdfPagesToBlob,
88
splitPdf,
99
} 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";
10+
import { getOptimalSplitSize } from "../../../src/hooks/custom/utils";
11+
import { MAX_PAGES_PER_THREAD, MIN_PAGES_PER_THREAD } from "../../../src/hooks/custom/common.js";
1212

1313
describe("Pdf utility functions", () => {
1414
const filename = "test/data/layout-parser-paper.pdf";

0 commit comments

Comments
 (0)