瀏覽代碼

Tests: Fixed tests after recent dir structure changes.

Piotrek Koszuliński 8 年之前
父節點
當前提交
463214f3b8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-build-balloon/tests/ckeditor.js

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

@@ -5,7 +5,7 @@
 
 /* globals document */
 
-import BalloonEditor from '../ckeditor';
+import BalloonEditor from '../src/ckeditor';
 import BaseBalloonEditor from '@ckeditor/ckeditor5-editor-balloon/src/ballooneditor';
 
 describe( 'BalloonEditor build', () => {