Procházet zdrojové kódy

Merge branch 'master' into t/64

Kamil Piechaczek před 7 roky
rodič
revize
6bcebfaaf7

+ 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()', () => {