We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
toHaveClass
1 parent fd9ee68 commit 5cc6298Copy full SHA for 5cc6298
types/matchers-standalone.d.ts
@@ -6,12 +6,12 @@ interface MatcherReturnType {
6
}
7
8
interface OverloadedMatchers {
9
- toHaveClass: (expected: any, ...rest: string[]) => MatcherReturnType
10
- toHaveClass: (
+ toHaveClass(expected: any, ...rest: string[]) : MatcherReturnType
+ toHaveClass(
11
expected: any,
12
className: string,
13
options?: {exact: boolean},
14
- ) => MatcherReturnType
+ ) : MatcherReturnType
15
16
17
declare namespace matchersStandalone {
0 commit comments