pdf-to-markdown/patches/jest-file-snapshot+0.5.0.patch
2024-03-26 10:52:54 -06:00

14 lines
480 B
Diff

diff --git a/node_modules/jest-file-snapshot/index.d.ts b/node_modules/jest-file-snapshot/index.d.ts
index 88db2ef..e44ec36 100644
--- a/node_modules/jest-file-snapshot/index.d.ts
+++ b/node_modules/jest-file-snapshot/index.d.ts
@@ -6,7 +6,7 @@ export const toMatchFile: (
content: string | Buffer,
filename?: string,
options?: FileMatcherOptions
-) => CustomMatcherResult;
+) => jest.CustomMatcherResult;
declare interface FileMatcherOptions {
diff?: DiffOptions;