Skip to content

Commit

Permalink
fixed return type
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchwendner authored and mattphillips committed Sep 26, 2022
1 parent f7de501 commit 8c5ca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ declare namespace jest {
actual: T,
message?: string,
options?: { showMatcherMessage?: boolean; showPrefix?: boolean; showStack?: boolean }
): Matchers<T>;
): JestMatchers<T>;
}
}

0 comments on commit 8c5ca0d

Please sign in to comment.