diff --git a/frontend/components/workflows/__tests__/dsl-editor.test.tsx b/frontend/components/workflows/__tests__/dsl-editor.test.tsx index 7fce464..8294f8b 100644 --- a/frontend/components/workflows/__tests__/dsl-editor.test.tsx +++ b/frontend/components/workflows/__tests__/dsl-editor.test.tsx @@ -11,6 +11,7 @@ import { workflowApi } from '@/lib/api/workflows'; vi.mock('@monaco-editor/react', () => ({ default: ({ onChange }: { onChange?: (v: string) => void }) => (