MCPcopy Create free account
hub / github.com/nodejs/nodejs.org /

Class

packages/ui-components/src/Common/ThemeToggle/__tests__/index.test.jsx:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13describe('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(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected