diff --git a/types/index.d.ts b/types/index.d.ts index a40eab11..ff4d0eda 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -845,4 +845,8 @@ declare namespace jest { */ toEqualIgnoringWhitespace(string: string): any; } + + // noinspection JSUnusedGlobalSymbols + // eslint-disable-next-line @typescript-eslint/no-empty-interface + interface InverseAsymmetricMatchers extends Expect {} }