Explorar el Código

Add missing await.

Maciej Gołaszewski hace 5 años
padre
commit
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', () => {