Skip to content

Commit ccfdeb5

Browse files
committed
fixup! [FIX] html_editor: add embeddedComponentInfo in env only if embedded components are enabled
1 parent 12ec9d8 commit ccfdeb5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

addons/html_editor/static/tests/movenode.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ test("should show the hook when hovering a figure element", async () => {
4444
{
4545
config: {
4646
Plugins: [...MAIN_PLUGINS, ...EMBEDDED_COMPONENT_PLUGINS],
47+
resources: {
48+
embedded_components: [],
49+
},
4750
},
4851
styleContent: styles,
4952
}

0 commit comments

Comments
 (0)