Преглед изворни кода

Updated import paths to dev-utils.

Maksymilian Barnaś пре 9 година
родитељ
комит
cd64e7be4a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-enter/tests/entercommand.js

+ 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;