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

Commit

Permalink
Fix test of requiring Clipboard plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Sep 2, 2019
1 parent ca9cb39 commit daf0741
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/imageupload/imageuploadediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ describe( 'ImageUploadEditing', () => {
return VirtualTestEditor
.create( {
plugins: [ ImageEditing, ImageUploadEditing, Paragraph, UndoEditing, UploadAdapterPluginMock ]
} )
.then( editor => {
expect( editor.plugins.get( Clipboard ) ).to.be.instanceOf( Clipboard );
} );
} );

Expand Down

0 comments on commit daf0741

Please sign in to comment.