We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad53de commit a864ed3Copy full SHA for a864ed3
packages/test-utils/types/index.d.ts
@@ -56,7 +56,7 @@ interface BaseWrapper {
56
visible (): boolean
57
58
attributes(): { [name: string]: string }
59
- classes(): Array<string> | void
+ classes(): Array<string>
60
props(): { [name: string]: any }
61
62
hasAttribute (attribute: string, value: string): boolean
0 commit comments