Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 23f1e41

Browse files
committed
fix import in devtools test
1 parent 5c7f85f commit 23f1e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-devtools/test/devtools.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Italic } from '../../plugin-italic/src/Italic';
1313
import { Underline } from '../../plugin-underline/src/Underline';
1414
import { CharNode } from '../../plugin-char/src/CharNode';
1515

16-
import template from '../../../bundles/basicLayout.xml';
16+
import template from '../../bundle-basic-editor/basicLayout.xml';
1717
import { Parser } from '../../plugin-parser/src/Parser';
1818
import { nodeName } from '../../utils/src/utils';
1919
import { DomLayoutEngine } from '../../plugin-dom-layout/src/ui/DomLayoutEngine';

0 commit comments

Comments
 (0)