Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Nov 27, 2024
1 parent 36afe9e commit f879e14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/user-event/type/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ function isTextChangeAccepted(element: ReactTestInstance, text: string) {
const maxLength = element.props.maxLength;
return maxLength === undefined || text.length <= maxLength;
}

0 comments on commit f879e14

Please # to comment.