Explorar o código

Merge branch 'master' into t/64

Kamil Piechaczek %!s(int64=7) %!d(string=hai) anos
pai
achega
6bcebfaaf7
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      packages/ckeditor5-core/tests/editor/editorui.js

+ 1 - 4
packages/ckeditor5-core/tests/editor/editorui.js

@@ -24,10 +24,7 @@ describe( 'EditorUI', () => {
 	} );
 
 	afterEach( () => {
-		return Promise.all( [
-			editor.destroy(),
-			ui.destroy()
-		] );
+		ui.destroy();
 	} );
 
 	describe( 'constructor()', () => {