()
| 898 | }; |
| 899 | |
| 900 | public render() { |
| 901 | return ( |
| 902 | <Select open={this.state.open} onDropdownVisibleChange={this.onDropdownVisibleChange}> |
| 903 | <Option value="1">1</Option> |
| 904 | </Select> |
| 905 | ); |
| 906 | } |
| 907 | } |
| 908 | const { container } = render(<Controlled />); |
| 909 | expectOpen(container); |
nothing calls this directly
no outgoing calls
no test coverage detected