Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Code style: Use proper paths in tests and remove doubled empty lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Feb 1, 2018
1 parent e0a8b51 commit 4d3cb3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions tests/imageupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* globals document */

import ClassicEditor from '@ckeditor/ckeditor5-editor-classic/src/classiceditor';
import Image from '@ckeditor/ckeditor5-image/src/image';
import Image from '../src/image';
import ImageUpload from '../src/imageupload';
import ImageUploadEditing from '../src/imageupload/imageuploadediting';
import ImageUploadProgress from '../src/imageupload/imageuploadprogress';
Expand Down Expand Up @@ -48,4 +48,3 @@ describe( 'ImageUpload', () => {
expect( editor.plugins.get( ImageUploadUI ) ).to.be.instanceOf( ImageUploadUI );
} );
} );

1 change: 0 additions & 1 deletion tests/imageupload/imageuploadui.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,3 @@ describe( 'ImageUploadUI', () => {
expect( executeStub.firstCall.args[ 1 ].file ).to.equal( files[ 0 ] );
} );
} );

0 comments on commit 4d3cb3f

Please sign in to comment.