Procházet zdrojové kódy

Fixes after rebase.

Piotr Jasiun před 10 roky
rodič
revize
02a2236537
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      packages/ckeditor5-utils/tests/utils.js

+ 3 - 0
packages/ckeditor5-utils/tests/utils.js

@@ -6,6 +6,9 @@
 'use strict';
 
 import utils from '/ckeditor5/core/utils.js';
+import coreTestUtils from '/tests/core/_utils/utils.js';
+
+const getIteratorCount = coreTestUtils.getIteratorCount;
 
 describe( 'utils', () => {
 	describe( 'spy', () => {