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 2a4ac3a
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 2a4ac3a

Please sign in to comment.