Skip to content

Commit

Permalink
fix: invalid interface reference in d.ts (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey authored Jul 8, 2024
1 parent 317ce87 commit d0fa939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const toMatchFile: (
content: string | Buffer,
filename?: string,
options?: FileMatcherOptions
) => CustomMatcherResult;
) => jest.CustomMatcherResult;

declare interface FileMatcherOptions {
diff?: DiffOptions;
Expand Down

0 comments on commit d0fa939

Please sign in to comment.