Преглед на файлове

Tests: Fixed tests after recent dir structure changes.

Piotrek Koszuliński преди 8 години
родител
ревизия
98266c2f79
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-build-inline/tests/ckeditor.js

+ 1 - 1
packages/ckeditor5-build-inline/tests/ckeditor.js

@@ -5,7 +5,7 @@
 
 /* globals document */
 
-import InlineEditor from '../ckeditor';
+import InlineEditor from '../src/ckeditor';
 import BaseInlineEditor from '@ckeditor/ckeditor5-editor-inline/src/inlineeditor';
 
 describe( 'InlineEditor build', () => {