8
0
Quellcode durchsuchen

Moved utils test to the utils dir.

Maciej Bukowski vor 5 Jahren
Ursprung
Commit
d47792381d

+ 1 - 1
packages/ckeditor5-watchdog/tests/areconnectedthroughproperties.js

@@ -5,7 +5,7 @@
 
 /* globals window, document, Event */
 
-import areConnectedThroughProperties from '../src/utils/areconnectedthroughproperties';
+import areConnectedThroughProperties from '../../src/utils/areconnectedthroughproperties';
 
 describe( 'areConnectedThroughProperties()', () => {
 	it( 'should return `false` if one of the value is primitive #1', () => {