Other: Align code to the changes in image upload command API. Closes #19.
@@ -119,7 +119,7 @@ describe( 'EasyImage', () => {
}
} );
- editor.execute( 'imageUpload', { file: createNativeFileMock() } );
+ editor.execute( 'imageUpload', { files: createNativeFileMock() } );
setTimeout( () => {
upload._uploadGateway.resolveLastUpload();