Kaynağa Gözat

Updated import paths to dev-utils.

Maksymilian Barnaś 9 yıl önce
ebeveyn
işleme
cd64e7be4a

+ 1 - 1
packages/ckeditor5-enter/tests/entercommand.js

@@ -5,7 +5,7 @@
 
 import ModelTestEditor from '/tests/core/_utils/modeltesteditor.js';
 import EnterCommand from '/ckeditor5/enter/entercommand.js';
-import { getData, setData } from '/tests/engine/_utils/model.js';
+import { getData, setData } from '/ckeditor5/engine/dev-utils/model.js';
 
 let editor, doc, schema, command;