How to test ant design select with React Testing Library and jest

Viewed 16

How to test ant design select with React Testing Library and jest

<Select
        
                placeholder=""
                id="selecttest"
                value="test1">
                <Option key={1} id="select" value={"test1"}>test1 </Option>
test2
0 Answers
Related