diff --git a/types/index.d.ts b/types/index.d.ts index a40eab11..a08db1d7 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -845,4 +845,7 @@ declare namespace jest { */ toEqualIgnoringWhitespace(string: string): any; } + + // noinspection JSUnusedGlobalSymbols + interface InverseAsymmetricMatchers extends Expect {} }