Skip to content

Commit

Permalink
Update matchers-standalone.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyhallett authored Jul 15, 2024
1 parent 620c436 commit 0bc4ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/matchers-standalone.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ interface MatcherReturnType {
}

interface OverloadedMatchers {
toHaveClass: (expected: any, ...rest: string[]) : MatcherReturnType
toHaveClass: (
toHaveClass(expected: any, ...rest: string[]) : MatcherReturnType
toHaveClass(
expected: any,
className: string,
options?: {exact: boolean},
Expand Down

0 comments on commit 0bc4ac9

Please sign in to comment.