(_, opt)
| 1733 | const errorSpy = jest.spyOn(console, 'error').mockImplementation(() => {}); |
| 1734 | |
| 1735 | const readPropsFunc = (_, opt) => { |
| 1736 | expect(opt.props).toBeTruthy(); |
| 1737 | }; |
| 1738 | |
| 1739 | const { container } = render( |
| 1740 | <Select mode="multiple" onSelect={readPropsFunc} onDeselect={readPropsFunc}> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…