8
0
Просмотр исходного кода

Tests: Fixed paths to imports.

Aleksander Nowodzinski 8 лет назад
Родитель
Сommit
192d7c5b3f

+ 1 - 1
packages/ckeditor5-utils/tests/manual/position/position.js

@@ -5,7 +5,7 @@
 
 
 /* global document, setTimeout */
 /* global document, setTimeout */
 
 
-import { getOptimalPosition } from '@ckeditor/ckeditor5-utils/src/dom/position';
+import { getOptimalPosition } from '../../../src/dom/position';
 
 
 const boxes = document.querySelectorAll( '.test-box' );
 const boxes = document.querySelectorAll( '.test-box' );
 const sources = document.querySelectorAll( '.source' );
 const sources = document.querySelectorAll( '.source' );

+ 1 - 1
packages/ckeditor5-utils/tests/manual/tickets/148/1.js

@@ -5,7 +5,7 @@
 
 
 /* global document */
 /* global document */
 
 
-import { getOptimalPosition } from '@ckeditor/ckeditor5-utils/src/dom/position';
+import { getOptimalPosition } from '../../../../src/dom/position';
 
 
 const source = document.querySelector( '.source' );
 const source = document.querySelector( '.source' );
 const target = document.querySelector( '.target' );
 const target = document.querySelector( '.target' );