From 2b157be49e37fd60ecaf9d0f08556aa8bdcc5827 Mon Sep 17 00:00:00 2001 From: Dylan Piercey Date: Fri, 29 Jan 2021 10:50:11 -0700 Subject: [PATCH] fix: invalid interface reference in d.ts --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 88db2ef..e44ec36 100644 --- a/index.d.ts +++ b/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;