Skip to content

Commit

Permalink
Declare matchers for use with expect.not.MATCHER (#385) (#386)
Browse files Browse the repository at this point in the history
Co-authored-by: David Harkness <david.harkness@realogy.com>
  • Loading branch information
dharkness and David Harkness committed Jul 19, 2022
1 parent be7bc8e commit 28e5f53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/index.d.ts
Expand Up @@ -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 {}
}

0 comments on commit 28e5f53

Please sign in to comment.