Browse Source

Updated path to normalizeHtml util.

Maksymilian Barnaś 9 years ago
parent
commit
247f9d700a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ui/tests/template.js

+ 1 - 1
packages/ckeditor5-ui/tests/template.js

@@ -12,7 +12,7 @@ import Model from '/ckeditor5/ui/model.js';
 import CKEditorError from '/ckeditor5/utils/ckeditorerror.js';
 import EmitterMixin from '/ckeditor5/utils/emittermixin.js';
 import DOMEmitterMixin from '/ckeditor5/ui/domemittermixin.js';
-import normalizeHtml from '/ckeditor5/utils/normalizehtml.js';
+import normalizeHtml from '/tests/utils/_utils/normalizehtml.js';
 
 testUtils.createSinonSandbox();