| 12 | |
| 13 | describe('ThemeToggle', () => { |
| 14 | global.ResizeObserver = class { |
| 15 | observe = noop; |
| 16 | unobserve = noop; |
| 17 | disconnect = noop; |
| 18 | }; |
| 19 | |
| 20 | it('renders the trigger button with the given aria-label', () => { |
| 21 | render( |
nothing calls this directly
no outgoing calls
no test coverage detected