Skip to content

Commit 9100004

Browse files
committed
stub CodeEditor for sagadaigram component tests
1 parent 9a4db5b commit 9100004

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Frontend/src/components/messages2/SagaDiagram.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@ function rendercomponent({ initialState = {} }: { initialState?: { MessageStore?
282282
stubActions: true, // Explicitly stub actions (this is the default)
283283
}),
284284
],
285+
stubs: {
286+
CodeEditor: true,
287+
},
285288
},
286289
});
287290

0 commit comments

Comments
 (0)