MCPcopy Create free account
hub / github.com/pgadmin-org/pgadmin4 / ctrlMount

Function ctrlMount

web/regression/javascript/file_manager/ListView.spec.js:25–33  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

23 key: 'Filename'
24 },
25 ctrlMount = (props)=>{
26 return render(<Theme>
27 <FileNameEditor
28 row={row}
29 column={column}
30 {...props}
31 />
32 </Theme>);
33 };
34
35 it('init', async ()=>{
36 ctrlMount({

Callers 2

ListView.spec.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected