Skip to content

Commit

Permalink
fix(types): replace with any
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton committed Jan 9, 2023
1 parent 7ed7d65 commit cb871f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ declare namespace jest {

// noinspection JSUnusedGlobalSymbols
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface Expect extends CustomMatchers<AsymmetricMatcher> {}
interface Expect extends CustomMatchers<any> {}

// noinspection JSUnusedGlobalSymbols
// eslint-disable-next-line @typescript-eslint/no-empty-interface
Expand Down

0 comments on commit cb871f5

Please sign in to comment.