mirror of
https://github.com/jzillmann/pdf-to-markdown.git
synced 2024-11-26 17:54:04 +01:00
14 lines
480 B
Diff
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;
|