MCPcopy Create free account
hub / github.com/adobe/react-spectrum / renderMenu

Function renderMenu

packages/react-aria-components/test/Menu.test.tsx:114–115  ·  view source on GitHub ↗
(menuProps = {}, itemProps = {})

Source from the content-addressed store, hash-verified

112);
113
114let renderMenu = (menuProps = {}, itemProps = {}) =>
115 render(<TestMenu {...{menuProps, itemProps}} />);
116
117describe('Menu', () => {
118 let user;

Callers 1

Menu.test.tsxFile · 0.85

Calls 1

renderFunction · 0.50

Tested by

no test coverage detected