diff --git a/src/user-event/type/type.ts b/src/user-event/type/type.ts index 99061cd1..e9fcdf13 100644 --- a/src/user-event/type/type.ts +++ b/src/user-event/type/type.ts @@ -135,4 +135,3 @@ function isTextChangeAccepted(element: ReactTestInstance, text: string) { const maxLength = element.props.maxLength; return maxLength === undefined || text.length <= maxLength; } -