Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
let renderMenu = (menuProps = {}, itemProps = {}) =>
106
render(<TestMenu {...{menuProps, itemProps}} />);
107
108
describe(
'Menu'
, () => {
109
let user;
Callers
1
Menu.test.tsx
File · 0.85
Calls
1
render
Function · 0.50
Tested by
no test coverage detected