Explorar o código

Add missing await.

Maciej Gołaszewski %!s(int64=5) %!d(string=hai) anos
pai
achega
7f4732f5c4

+ 1 - 1
packages/ckeditor5-image/tests/imageresize/imageresizehandles.js

@@ -68,7 +68,7 @@ describe( 'ImageResizeHandles', () => {
 
 		attachToSpy.restore();
 
-		localEditor.destroy();
+		await localEditor.destroy();
 	} );
 
 	describe( 'command', () => {