| 13 | const label = 'Option label'; |
| 14 | |
| 15 | global.ResizeObserver = class { |
| 16 | observe = noop; |
| 17 | unobserve = noop; |
| 18 | disconnect = noop; |
| 19 | }; |
| 20 | |
| 21 | it('renders the label when provided', () => { |
| 22 | const { getByLabelText } = render( |
nothing calls this directly
no outgoing calls
no test coverage detected