devfolioco / react-otp-input

:heavy_check_mark: OTP Input Component for React
http://devfolioco.github.io/react-otp-input
MIT License
643 stars 423 forks source link

Coverage onPaste in unit testing jest react js #439

Open june26 opened 5 months ago

june26 commented 5 months ago

Steps to reproduce using create react app and jest

issue I'cant coverage testing onPaste props in jest

screenshoot

image

this is my scenario

image

question how to coverage onPaste function? if i try that scenarion, the result is empty (just like the default onPaste) it should be 123 _ because i remove non numeric value before setState I already tried to console.log inside my function, but not called