Skip to content

Commit

Permalink
fix: type definition of classes method (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yawenina authored and eddyerburgh committed Jun 6, 2018
1 parent 1ad53de commit a864ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/test-utils/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ interface BaseWrapper {
visible (): boolean

attributes(): { [name: string]: string }
classes(): Array<string> | void
classes(): Array<string>
props(): { [name: string]: any }

hasAttribute (attribute: string, value: string): boolean
Expand Down

0 comments on commit a864ed3

Please sign in to comment.