Skip to content

Commit

Permalink
Declare matchers for use with expect.not.MATCHER (jest-community#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Harkness authored and keeganwitt committed Jul 19, 2022
1 parent be7bc8e commit 3a2218b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/index.d.ts
Expand Up @@ -845,4 +845,7 @@ declare namespace jest {
*/
toEqualIgnoringWhitespace(string: string): any;
}

// noinspection JSUnusedGlobalSymbols
interface InverseAsymmetricMatchers extends Expect {}
}

0 comments on commit 3a2218b

Please sign in to comment.