Skip to content

Commit

Permalink
fix missing actual
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpark committed Jul 25, 2024
1 parent e855b63 commit da1f147
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ import { DndItemType } from '../../DndItemType';
import DatasourcePanelDragOption from '../../DatasourcePanel/DatasourcePanelDragOption';

jest.mock('src/components/AsyncAceEditor', () => ({
...jest.requireActual('src/components/AsyncAceEditor'),
SQLEditor: (props: AsyncAceEditorProps) => (
<div data-test="react-ace">{props.value}</div>
),
Expand Down

0 comments on commit da1f147

Please sign in to comment.