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

Function ctrlMount

web/regression/javascript/components/CodeMirror.spec.js:91–100  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

89 const onClose = jest.fn();
90 const ThemedFindDialog = withTheme(FindDialog);
91 const ctrlMount = (props)=>{
92 ctrl = render(
93 <ThemedFindDialog
94 editor={editor}
95 show={true}
96 onClose={onClose}
97 {...props}
98 />
99 );
100 };
101
102 it('init', ()=>{
103 ctrlMount({});

Callers 1

CodeMirror.spec.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected