Skip to content

Commit f879e14

Browse files
committed
chore: fix lint
1 parent 36afe9e commit f879e14

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/user-event/type/type.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,3 @@ function isTextChangeAccepted(element: ReactTestInstance, text: string) {
135135
const maxLength = element.props.maxLength;
136136
return maxLength === undefined || text.length <= maxLength;
137137
}
138-

0 commit comments

Comments
 (0)