소스 검색

Add Clipboard plugin to editor all CKFinderCommand's tests.

Maciej Gołaszewski 7 년 전
부모
커밋
e8b73e089e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-ckfinder/tests/ckfindercommand.js

+ 1 - 1
packages/ckeditor5-ckfinder/tests/ckfindercommand.js

@@ -223,7 +223,7 @@ describe( 'CKFinderCommand', () => {
 
 			return VirtualTestEditor
 				.create( {
-					plugins: [ Paragraph, ImageEditing, ImageUploadEditing, LinkEditing, Notification ],
+					plugins: [ Paragraph, ImageEditing, ImageUploadEditing, LinkEditing, Notification, Clipboard ],
 					language: 'pl'
 				} )
 				.then( newEditor => {