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:114–115 ·
view source on GitHub ↗
(menuProps = {}, itemProps = {})
Source
from the content-addressed store, hash-verified
112
);
113
114
let renderMenu = (menuProps = {}, itemProps = {}) =>
115
render(<TestMenu {...{menuProps, itemProps}} />);
116
117
describe(
'Menu'
, () => {
118
let user;
Callers
1
Menu.test.tsx
File · 0.85
Calls
1
render
Function · 0.50
Tested by
no test coverage detected