Test nested methods in react using react testing library

后端 未结 0 734
终归单人心
终归单人心 2021-01-04 16:37

for example we have a component like

 const handleOnChange = address => {
        setIsDelivery(false)
        const data = {
         ...deliveryLocation,         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题