mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Port Event Triggers node to react. Fixes #6578
This commit is contained in:
committed by
Akshay Joshi
parent
d1e823bf39
commit
793dbc6e7f
@@ -26,6 +26,7 @@ describe('CodeMirror', ()=>{
|
||||
cmInstance = mount(
|
||||
<CodeMirror
|
||||
value={'Init text'}
|
||||
isAsync={true}
|
||||
options={options}
|
||||
className="testClass"
|
||||
/>);
|
||||
|
||||
Reference in New Issue
Block a user