소스 검색

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', () => {