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

Function renderMenu

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

Source from the content-addressed store, hash-verified

103);
104
105let renderMenu = (menuProps = {}, itemProps = {}) =>
106 render(<TestMenu {...{menuProps, itemProps}} />);
107
108describe('Menu', () => {
109 let user;

Callers 1

Menu.test.tsxFile · 0.85

Calls 1

renderFunction · 0.50

Tested by

no test coverage detected