Explorar el Código

Tests: Adjusted globals.

Krzysztof Krztoń hace 7 años
padre
commit
4fc81a80da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-upload/tests/filerepository.js

+ 1 - 1
packages/ckeditor5-upload/tests/filerepository.js

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
-/* globals window, setTimeout */
+/* globals window */
 
 import VirtualTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/virtualtesteditor';