diff --git a/types/index.d.ts b/types/index.d.ts index e41d863..698b5dd 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -4,6 +4,6 @@ declare namespace jest { actual: T, message?: string, options?: { showMatcherMessage?: boolean; showPrefix?: boolean; showStack?: boolean } - ): Matchers; + ): JestMatchers; } }