Skip to content

Commit a864ed3

Browse files
Yaweninaeddyerburgh
authored andcommitted
fix: type definition of classes method (#685)
1 parent 1ad53de commit a864ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-utils/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ interface BaseWrapper {
5656
visible (): boolean
5757

5858
attributes(): { [name: string]: string }
59-
classes(): Array<string> | void
59+
classes(): Array<string>
6060
props(): { [name: string]: any }
6161

6262
hasAttribute (attribute: string, value: string): boolean

0 commit comments

Comments
 (0)